Html Css Color HEX #B2ABCC Blue Haze

📋 copy color: '#B2ABCC'

red 178 ◦ green 171 ◦ blue 204

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

Shades of Blue Haze #B2ABCC

Tints of Blue Haze #B2ABCC

RGB

 RED value IS 178 (69.92% from 255) = 32.19%

 GREEN value IS 171 (67.19% from 255) = 30.92%

 BLUE value IS 204 (80.08% from 255) = 36.89%

R = 32.19%
G = 30.92%
B = 36.89%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2ABCC (or 0xB2ABCC) is known color: Blue Haze. HEX triplet: B2, AB and CC. RGB value is (178,171,204). Sum of RGB (Red+Green+Blue) = 178+171+204=553 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.19% from 553); Green value is 171 (67.19% from 255 or 30.92% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABCC is #4D5433. Grayscale: #B0B0B0. Windows color (decimal): -5067828 or 13413298. OLE color: 13413298.

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

Color convert

RGB 178 171 204 -
CMYK 0.13 0.16 0 0.2
HSL 252.73º 0.24% 0.74% -
HSV(B) 252.73º 0.16% 0.8% -
XYZ 43.82 42.95 63.11 -
YUV 176.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 178 171 204 0.13 0.16 0 0.2 252.73 0.24 0.74
Hex B2 AB CC D 10 0 14 FD 18 4A
Octal 262 253 314 15 20 0 24 375 30 112
Binary 10110010 10101011 11001100 1101 10000 0 10100 11111101 11000 1001010

Color Harmonies of #B2ABCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABCC

Black with #B2ABCC

Text Example


Text Example

White with #B2ABCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABCC; }

 p { color: rgb(178,171,204); }

 H1.HeaderClassName
 {
   color: #B2ABCC;
 }
 .AnyTagClassName
 {
   color: #B2ABCC;
 }
</style>

background-color css

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

 a { background-color: rgb(178,171,204); }

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

border-color css

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

 span { border-color: rgb(178,171,204); }

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