Html Css Color HEX #B2AACC Blue Haze

📋 copy color: '#B2AACC'

red 178 ◦ green 170 ◦ blue 204

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

Shades of Blue Haze #B2AACC

Tints of Blue Haze #B2AACC

RGB

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

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

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

R = 32.25%
G = 30.8%
B = 36.96%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2AACC (or 0xB2AACC) is known color: Blue Haze. HEX triplet: B2, AA and CC. RGB value is (178,170,204). Sum of RGB (Red+Green+Blue) = 178+170+204=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 204 (80.08% from 255 or 36.96% from 552); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AACC is #4D5533. Grayscale: #B0B0B0. Windows color (decimal): -5068084 or 13413042. OLE color: 13413042.

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

Color convert

RGB 178 170 204 -
CMYK 0.13 0.17 0 0.2
HSL 254.12º 0.25% 0.73% -
HSV(B) 254.12º 0.17% 0.8% -
XYZ 43.63 42.57 63.04 -
YUV 176.27 143.65 129.24 -
System Red Green Blue C M Y K H S L
Decimal 178 170 204 0.13 0.17 0 0.2 254.12 0.25 0.73
Hex B2 AA CC D 11 0 14 FE 19 49
Octal 262 252 314 15 21 0 24 376 31 111
Binary 10110010 10101010 11001100 1101 10001 0 10100 11111110 11001 1001001

Color Harmonies of #B2AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AACC

Black with #B2AACC

Text Example


Text Example

White with #B2AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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