Html Css Color HEX #B1AEBD Blue Haze

📋 copy color: '#B1AEBD'

red 177 ◦ green 174 ◦ blue 189

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

Shades of Blue Haze #B1AEBD

Tints of Blue Haze #B1AEBD

RGB

 RED value IS 177 (69.53% from 255) = 32.78%

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

 BLUE value IS 189 (74.22% from 255) = 35%

R = 32.78%
G = 32.22%
B = 35%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B1AEBD (or 0xB1AEBD) is known color: Blue Haze. HEX triplet: B1, AE and BD. RGB value is (177,174,189). Sum of RGB (Red+Green+Blue) = 177+174+189=540 (71% of max value = 765). Red value is 177 (69.53% from 255 or 32.78% from 540); Green value is 174 (68.36% from 255 or 32.22% from 540); Blue value is 189 (74.22% from 255 or 35% from 540); Max value from RGB is 189 - color contains mainly: blue. Hex color #B1AEBD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AEBD is #4E5142. Grayscale: #B0B0B0. Windows color (decimal): -5132611 or 12431025. OLE color: 12431025.

HSL color Cylindrical-coordinate representation of color #B1AEBD: hue angle of 252º degrees, saturation: 0.1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B1AEBD is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 177 174 189 -
CMYK 0.06 0.08 0 0.26
HSL 252º 0.1% 0.71% -
HSV(B) 252º 0.08% 0.74% -
XYZ 42.45 43.29 54.26 -
YUV 176.61 134.99 128.28 -
System Red Green Blue C M Y K H S L
Decimal 177 174 189 0.06 0.08 0 0.26 252 0.1 0.71
Hex B1 AE BD 6 8 0 1A FC A 47
Octal 261 256 275 6 10 0 32 374 12 107
Binary 10110001 10101110 10111101 110 1000 0 11010 11111100 1010 1000111

Color Harmonies of #B1AEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AEBD

Black with #B1AEBD

Text Example


Text Example

White with #B1AEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AEBD; }

 p { color: rgb(177,174,189); }

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

background-color css

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

 a { background-color: rgb(177,174,189); }

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

border-color css

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

 span { border-color: rgb(177,174,189); }

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