#B0ABC9

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

Shades of Blue Haze #B0ABC9

Tints of Blue Haze #B0ABC9

Color information

#B0ABC9 (or 0xB0ABC9) is unknown color: approx Blue Haze. HEX triplet: B0, AB and C9. RGB value is (176,171,201). Sum of RGB (Red+Green+Blue) = 176+171+201=548 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32.12% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #B0ABC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABC9 is #4F5436. Grayscale: #AFAFAF. Windows color (decimal): -5198903 or 13216688. OLE color: 13216688.

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

Color convert

RGB176171201-
CMYK0.120.1500.21
HSL250º21.74%72.94%-
HSV(B)250º14.93%78.82%-
XYZ43.0142.5761.21-
YUV175.91142.16128.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32.12%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 201 (78.91% from 255) = 36.68%
R=32.12%
G=31.20%
B=36.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1761712010.120.1500.2125021.7472.94
HexB0ABC9CF015fa1649
Octal260253311141702537226111
Binary1011000010101011110010011100111101010111111010101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABC9; }

 p { color: rgb(176,171,201); }

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

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

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

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

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

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

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