Html Css Color HEX #B2ABC8 Blue Haze

📋 copy color: '#B2ABC8'

red 178 ◦ green 171 ◦ blue 200

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

Shades of Blue Haze #B2ABC8

Tints of Blue Haze #B2ABC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 36.43%

R = 32.42%
G = 31.15%
B = 36.43%

CMYK

 C value IS 0.11

 M value IS 0.14

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B2ABC8 (or 0xB2ABC8) is known color: Blue Haze. HEX triplet: B2, AB and C8. RGB value is (178,171,200). Sum of RGB (Red+Green+Blue) = 178+171+200=549 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.42% from 549); Green value is 171 (67.19% from 255 or 31.15% from 549); Blue value is 200 (78.52% from 255 or 36.43% from 549); Max value from RGB is 200 - color contains mainly: blue. Hex color #B2ABC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ABC8 is #4D5437. Grayscale: #B0B0B0. Windows color (decimal): -5067832 or 13151154. OLE color: 13151154.

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

Color convert

RGB 178 171 200 -
CMYK 0.11 0.14 0 0.22
HSL 254.48º 0.21% 0.73% -
HSV(B) 254.48º 0.15% 0.78% -
XYZ 43.35 42.76 60.61 -
YUV 176.4 141.32 129.14 -
System Red Green Blue C M Y K H S L
Decimal 178 171 200 0.11 0.14 0 0.22 254.48 0.21 0.73
Hex B2 AB C8 B E 0 16 FE 15 49
Octal 262 253 310 13 16 0 26 376 25 111
Binary 10110010 10101011 11001000 1011 1110 0 10110 11111110 10101 1001001

Color Harmonies of #B2ABC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2ABC8

Black with #B2ABC8

Text Example


Text Example

White with #B2ABC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2ABC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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