Html Css Color HEX #B1AAC9 Blue Haze

📋 copy color: '#B1AAC9'

red 177 ◦ green 170 ◦ blue 201

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

Shades of Blue Haze #B1AAC9

Tints of Blue Haze #B1AAC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 36.68%

R = 32.3%
G = 31.02%
B = 36.68%

CMYK

 C value IS 0.12

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B1AAC9 (or 0xB1AAC9) is known color: Blue Haze. HEX triplet: B1, AA and C9. RGB value is (177,170,201). Sum of RGB (Red+Green+Blue) = 177+170+201=548 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.30% from 548); Green value is 170 (66.80% from 255 or 31.02% from 548); Blue value is 201 (78.91% from 255 or 36.68% from 548); Max value from RGB is 201 - color contains mainly: blue. Hex color #B1AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AAC9 is #4E5536. Grayscale: #AFAFAF. Windows color (decimal): -5133623 or 13216433. OLE color: 13216433.

HSL color Cylindrical-coordinate representation of color #B1AAC9: hue angle of 253.55º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1AAC9 is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 177 170 201 -
CMYK 0.12 0.15 0 0.21
HSL 253.55º 0.22% 0.73% -
HSV(B) 253.55º 0.15% 0.79% -
XYZ 43.05 42.31 61.16 -
YUV 175.63 142.32 128.98 -
System Red Green Blue C M Y K H S L
Decimal 177 170 201 0.12 0.15 0 0.21 253.55 0.22 0.73
Hex B1 AA C9 C F 0 15 FE 16 49
Octal 261 252 311 14 17 0 25 376 26 111
Binary 10110001 10101010 11001001 1100 1111 0 10101 11111110 10110 1001001

Color Harmonies of #B1AAC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AAC9

Black with #B1AAC9

Text Example


Text Example

White with #B1AAC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AAC9; }

 p { color: rgb(177,170,201); }

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

background-color css

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

 a { background-color: rgb(177,170,201); }

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

border-color css

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

 span { border-color: rgb(177,170,201); }

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