Html Css Color HEX #B1AACB Blue Haze

📋 copy color: '#B1AACB'

red 177 ◦ green 170 ◦ blue 203

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

Shades of Blue Haze #B1AACB

Tints of Blue Haze #B1AACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.91%

R = 32.18%
G = 30.91%
B = 36.91%

CMYK

 C value IS 0.13

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B1AACB (or 0xB1AACB) is known color: Blue Haze. HEX triplet: B1, AA and CB. RGB value is (177,170,203). Sum of RGB (Red+Green+Blue) = 177+170+203=550 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.18% from 550); Green value is 170 (66.80% from 255 or 30.91% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #B1AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AACB is #4E5534. Grayscale: #AFAFAF. Windows color (decimal): -5133621 or 13347505. OLE color: 13347505.

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

Color convert

RGB 177 170 203 -
CMYK 0.13 0.16 0 0.20
HSL 252.73º 0.24% 0.73% -
HSV(B) 252.73º 0.16% 0.8% -
XYZ 43.29 42.41 62.4 -
YUV 175.86 143.32 128.82 -
System Red Green Blue C M Y K H S L
Decimal 177 170 203 0.13 0.16 0 0.20 252.73 0.24 0.73
Hex B1 AA CB D 10 0 14 FD 18 49
Octal 261 252 313 15 20 0 24 375 30 111
Binary 10110001 10101010 11001011 1101 10000 0 10100 11111101 11000 1001001

Color Harmonies of #B1AACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AACB

Black with #B1AACB

Text Example


Text Example

White with #B1AACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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