#B0ABCB

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

Shades of Blue Haze #B0ABCB

Tints of Blue Haze #B0ABCB

Color information

#B0ABCB (or 0xB0ABCB) is unknown color: approx Blue Haze. HEX triplet: B0, AB and CB. RGB value is (176,171,203). Sum of RGB (Red+Green+Blue) = 176+171+203=550 (72% of max value = 765). Red value is 176 (69.14% from 255 or 32% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #B0ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B0ABCB is #4F5434. Grayscale: #B0B0B0. Windows color (decimal): -5198901 or 13347760. OLE color: 13347760.

HSL color Cylindrical-coordinate representation of color #B0ABCB: hue angle of 249.38º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0ABCB is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176171203-
CMYK0.130.1600.20
HSL249.38º23.53%73.33%-
HSV(B)249.38º15.76%79.61%-
XYZ43.2542.6762.46-
YUV176.14143.16127.9-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 32%
GREEN value IS 171 (67.19% from 255) = 31.09%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=32%
G=31.09%
B=36.91%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1761712030.130.1600.20249.3823.5373.33
HexB0ABCBD10014f91849
Octal260253313152002437130111
Binary10110000101010111100101111011000001010011111001110001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0ABCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0ABCB; }

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

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

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

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

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

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

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

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