#B0B1CA

Color #B0B1CA Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B0B1CA

Tints of Blue Haze #B0B1CA

Color information

#B0B1CA (or 0xB0B1CA) is unknown color: approx Blue Haze. HEX triplet: B0, B1 and CA. RGB value is (176,177,202). Sum of RGB (Red+Green+Blue) = 176+177+202=555 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.71% from 555); Green value is 177 (69.53% from 255 or 31.89% from 555); Blue value is 202 (79.30% from 255 or 36.40% from 555); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B1CA is #4F4E35. Grayscale: #B3B3B3. Windows color (decimal): -5197366 or 13283760. OLE color: 13283760.

HSL color Cylindrical-coordinate representation of color #B0B1CA: hue angle of 237.69º degrees, saturation: 0.2, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B0B1CA is Cyan = 0.13, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176177202-
CMYK0.130.1200.21
HSL237.69º19.7%74.12%-
HSV(B)237.69º12.87%79.22%-
XYZ44.2944.9462.22-
YUV179.55140.67125.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 31.71%
GREEN value IS 177 (69.53% from 255) = 31.89%
BLUE value IS 202 (79.30% from 255) = 36.40%
R=31.71%
G=31.89%
B=36.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761772020.130.1200.21237.6919.774.12
HexB0B1CADC015ee144a
Octal260261312151402535624112
Binary1011000010110001110010101101110001010111101110101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B1CA; }

 p { color: rgb(176,177,202); }

 H1.HeaderClassName
 {
   color: #B0B1CA;
 }
 .AnyTagClassName
 {
   color: #B0B1CA;
 }
</style>
background-color css

<style>
 a { background-color: #B0B1CA; }

 a { background-color: rgb(176,177,202); }

 div.DivClassName
 {
   background-color: #B0B1CA;
 }
 .BgClassName
 {
   background-color: #B0B1CA;
 }
</style>
border-color css

<style>
 span { border-color: #B0B1CA; }

 span { border-color: rgb(176,177,202); }

 td.TdClassName
 {
   border-color: #B0B1CA;
 }
 .TagClassName
 {
   border-color: #B0B1CA;
 }
</style>