Html Css Color HEX #B0ABCB Blue Haze

📋 copy color: '#B0ABCB'

red 176 ◦ green 171 ◦ blue 203

#B0ABCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Haze #B0ABCB

Tints of Blue Haze #B0ABCB

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 value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B0ABCB (or 0xB0ABCB) is known color: 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

RGB 176 171 203 -
CMYK 0.13 0.16 0 0.20
HSL 249.38º 0.24% 0.73% -
HSV(B) 249.38º 0.16% 0.8% -
XYZ 43.25 42.67 62.46 -
YUV 176.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 176 171 203 0.13 0.16 0 0.20 249.38 0.24 0.73
Hex B0 AB CB D 10 0 14 F9 18 49
Octal 260 253 313 15 20 0 24 371 30 111
Binary 10110000 10101011 11001011 1101 10000 0 10100 11111001 11000 1001001

Color Harmonies of #B0ABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0ABCB

Black with #B0ABCB

Text Example


Text Example

White with #B0ABCB

Text Example


Text Example

HTML Codes & Css Web 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>