Html Css Color HEX #B2AEC8 Blue Haze

📋 copy color: '#B2AEC8'

red 178 ◦ green 174 ◦ blue 200

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

Shades of Blue Haze #B2AEC8

Tints of Blue Haze #B2AEC8

RGB

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

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

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

R = 32.25%
G = 31.52%
B = 36.23%

CMYK

 C value IS 0.11

 M value IS 0.13

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#B2AEC8 (or 0xB2AEC8) is known color: Blue Haze. HEX triplet: B2, AE and C8. RGB value is (178,174,200). Sum of RGB (Red+Green+Blue) = 178+174+200=552 (73% of max value = 765). Red value is 178 (69.92% from 255 or 32.25% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 200 (78.52% from 255 or 36.23% from 552); Max value from RGB is 200 - color contains mainly: blue. Hex color #B2AEC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEC8 is #4D5137. Grayscale: #B2B2B2. Windows color (decimal): -5067064 or 13151922. OLE color: 13151922.

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

Color convert

RGB 178 174 200 -
CMYK 0.11 0.13 0 0.22
HSL 249.23º 0.19% 0.73% -
HSV(B) 249.23º 0.13% 0.78% -
XYZ 43.92 43.91 60.8 -
YUV 178.16 140.33 127.89 -
System Red Green Blue C M Y K H S L
Decimal 178 174 200 0.11 0.13 0 0.22 249.23 0.19 0.73
Hex B2 AE C8 B D 0 16 F9 13 49
Octal 262 256 310 13 15 0 26 371 23 111
Binary 10110010 10101110 11001000 1011 1101 0 10110 11111001 10011 1001001

Color Harmonies of #B2AEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AEC8

Black with #B2AEC8

Text Example


Text Example

White with #B2AEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AEC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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