Html Css Color HEX #B2AECC Blue Haze

📋 copy color: '#B2AECC'

red 178 ◦ green 174 ◦ blue 204

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

Shades of Blue Haze #B2AECC

Tints of Blue Haze #B2AECC

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.29%

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

R = 32.01%
G = 31.29%
B = 36.69%

CMYK

 C value IS 0.13

 M value IS 0.15

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B2AECC (or 0xB2AECC) is known color: Blue Haze. HEX triplet: B2, AE and CC. RGB value is (178,174,204). Sum of RGB (Red+Green+Blue) = 178+174+204=556 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.01% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #B2AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AECC is #4D5133. Grayscale: #B2B2B2. Windows color (decimal): -5067060 or 13414066. OLE color: 13414066.

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

Color convert

RGB 178 174 204 -
CMYK 0.13 0.15 0 0.2
HSL 248º 0.23% 0.74% -
HSV(B) 248º 0.15% 0.8% -
XYZ 44.4 44.1 63.3 -
YUV 178.62 142.33 127.56 -
System Red Green Blue C M Y K H S L
Decimal 178 174 204 0.13 0.15 0 0.2 248 0.23 0.74
Hex B2 AE CC D F 0 14 F8 17 4A
Octal 262 256 314 15 17 0 24 370 27 112
Binary 10110010 10101110 11001100 1101 1111 0 10100 11111000 10111 1001010

Color Harmonies of #B2AECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AECC

Black with #B2AECC

Text Example


Text Example

White with #B2AECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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