Html Css Color HEX #B2AACB Blue Haze

📋 copy color: '#B2AACB'

red 178 ◦ green 170 ◦ blue 203

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

Shades of Blue Haze #B2AACB

Tints of Blue Haze #B2AACB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.85%

 BLUE value IS 203 (79.69% from 255) = 36.84%

R = 32.3%
G = 30.85%
B = 36.84%

CMYK

 C value IS 0.12

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2AACB (or 0xB2AACB) is known color: Blue Haze. HEX triplet: B2, AA and CB. RGB value is (178,170,203). Sum of RGB (Red+Green+Blue) = 178+170+203=551 (72% of max value = 765). Red value is 178 (69.92% from 255 or 32.30% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 203 - color contains mainly: blue. Hex color #B2AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AACB is #4D5534. Grayscale: #B0B0B0. Windows color (decimal): -5068085 or 13347506. OLE color: 13347506.

HSL color Cylindrical-coordinate representation of color #B2AACB: hue angle of 254.55º 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 #B2AACB is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 170 203 -
CMYK 0.12 0.16 0 0.20
HSL 254.55º 0.24% 0.73% -
HSV(B) 254.55º 0.16% 0.8% -
XYZ 43.51 42.53 62.41 -
YUV 176.15 143.15 129.32 -
System Red Green Blue C M Y K H S L
Decimal 178 170 203 0.12 0.16 0 0.20 254.55 0.24 0.73
Hex B2 AA CB C 10 0 14 FF 18 49
Octal 262 252 313 14 20 0 24 377 30 111
Binary 10110010 10101010 11001011 1100 10000 0 10100 11111111 11000 1001001

Color Harmonies of #B2AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AACB

Black with #B2AACB

Text Example


Text Example

White with #B2AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AACB; }

 p { color: rgb(178,170,203); }

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

background-color css

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

 a { background-color: rgb(178,170,203); }

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

border-color css

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

 span { border-color: rgb(178,170,203); }

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