Color Hex Logo

#b0baff Color Hex

#B0BAFF
(176,186,255)
0 Favorites   0 Comments

Color spaces of #b0baff

RGB 176186255
HSL0.651.000.85
HSV232°31°100°
CMYK 0.310.270.00   0.00
XYZ53.513451.5679101.7409
Yxy51.56790.25870.2493
Hunter Lab71.81087.3493-33.7340
CIE-Lab77.021711.9124-35.1455

#b0baff color RGB value is (176,186,255).

#b0baff hex color red value is 176, green value is 186 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b0baff hue: 0.65 , saturation: 1.00 and the lightness value of b0baff is 0.85.

The process color (four color CMYK) of #b0baff color hex is 0.31, 0.27, 0.00, 0.00. Web safe color of #b0baff is #99ccff. Color #b0baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10111010 11111111
Octal 260 272 377
Decimal 176 186 255
Hex B0 BA FF

RGB Percentages of Color #b0baff

%28.53
%30.15
%41.33

CMYK Percentages of Color #b0baff

%31
%27
%0
%0

Triadic Colors of #b0baff

#b0baff #ffb0ba #baffb0

Analogous Colors of #b0baff

#b0baff #ceb0ff #b0e2ff

Monochromatic Colors of #b0baff

#b0baff

Complementary Color

#b0baff #fff5b0

#b0baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0baff Color CSS Codes

.mybgcolor {background-color:#b0baff; } 
.myforecolor {color:#b0baff; }
.mybordercolor {border:3px solid #b0baff; }

#b0baff Text Font Color

<p style="color:#b0baff">Text here</p>

This sample text font color is #b0baff
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b0baff Background Color

<div style="background-color:#b0baff">
Div content here</div>

This div background color is #b0baff


#b0baff Border Color

<div style="border:3px solid #b0baff">
Div here</div>

This div border color is #b0baff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,186,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0baff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0baff;
  -webkit-box-shadow: 1px 1px 3px 2px #b0baff;
  box-shadow:         1px 1px 3px 2px #b0baff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,186,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b0baff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b0baff;
  -webkit-box-shadow: 1px 1px 3px 2px #b0baff;
  box-shadow:         1px 1px 3px 2px #b0baff;">
Div content here</div>

This div box has shadow with color #b0baff

Related Colors


Comments

No comments written yet.

Please login to write comment.