Html Css Color HEX #B1AACC Blue Haze

📋 copy color: '#B1AACC'

red 177 ◦ green 170 ◦ blue 204

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

Shades of Blue Haze #B1AACC

Tints of Blue Haze #B1AACC

RGB

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

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

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

R = 32.12%
G = 30.85%
B = 37.02%

CMYK

 C value IS 0.13

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B1AACC (or 0xB1AACC) is known color: Blue Haze. HEX triplet: B1, AA and CC. RGB value is (177,170,204). Sum of RGB (Red+Green+Blue) = 177+170+204=551 (72% of max value = 765). Red value is 177 (69.53% from 255 or 32.12% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #B1AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AACC is #4E5533. Grayscale: #AFAFAF. Windows color (decimal): -5133620 or 13413041. OLE color: 13413041.

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

Color convert

RGB 177 170 204 -
CMYK 0.13 0.17 0 0.2
HSL 252.35º 0.25% 0.73% -
HSV(B) 252.35º 0.17% 0.8% -
XYZ 43.41 42.46 63.03 -
YUV 175.97 143.82 128.74 -
System Red Green Blue C M Y K H S L
Decimal 177 170 204 0.13 0.17 0 0.2 252.35 0.25 0.73
Hex B1 AA CC D 11 0 14 FC 19 49
Octal 261 252 314 15 21 0 24 374 31 111
Binary 10110001 10101010 11001100 1101 10001 0 10100 11111100 11001 1001001

Color Harmonies of #B1AACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1AACC

Black with #B1AACC

Text Example


Text Example

White with #B1AACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1AACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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