#B0B0CA

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

Shades of Blue Haze #B0B0CA

Tints of Blue Haze #B0B0CA

Color information

#B0B0CA (or 0xB0B0CA) is unknown color: approx Blue Haze. HEX triplet: B0, B0 and CA. RGB value is (176,176,202). Sum of RGB (Red+Green+Blue) = 176+176+202=554 (73% of max value = 765). Red value is 176 (69.14% from 255 or 31.77% from 554); Green value is 176 (69.14% from 255 or 31.77% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #B0B0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0B0CA is #4F4F35. Grayscale: #B2B2B2. Windows color (decimal): -5197622 or 13283504. OLE color: 13283504.

HSL color Cylindrical-coordinate representation of color #B0B0CA: hue angle of 240º 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 #B0B0CA is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB176176202-
CMYK0.130.1300.21
HSL240º19.7%74.12%-
HSV(B)240º12.87%79.22%-
XYZ44.0944.5562.15-
YUV178.96141125.89-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 31.77%
GREEN value IS 176 (69.14% from 255) = 31.77%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=31.77%
G=31.77%
B=36.46%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761762020.130.1300.2124019.774.12
HexB0B0CADD015f0144a
Octal260260312151502536024112
Binary1011000010110000110010101101110101010111110000101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0B0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0B0CA; }

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

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

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

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

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

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

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

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