#B1AACD

Color #B1AACD Blue Haze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Haze #B1AACD

Tints of Blue Haze #B1AACD

Color information

#B1AACD (or 0xB1AACD) is unknown color: approx Blue Haze. HEX triplet: B1, AA and CD. RGB value is (177,170,205). Sum of RGB (Red+Green+Blue) = 177+170+205=552 (73% of max value = 765). Red value is 177 (69.53% from 255 or 32.07% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AACD is #4E5532. Grayscale: #AFAFAF. Windows color (decimal): -5133619 or 13478577. OLE color: 13478577.

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

Color convert

RGB177170205-
CMYK0.140.1700.20
HSL252º25.93%73.53%-
HSV(B)252º17.07%80.39%-
XYZ43.5342.563.67-
YUV176.08144.32128.65-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 32.07%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 205 (80.47% from 255) = 37.14%
R=32.07%
G=30.80%
B=37.14%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771702050.140.1700.2025225.9373.53
HexB1AACDE11014fc1a4a
Octal261252315162102437432112
Binary10110001101010101100110111101000101010011111100110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AACD; }

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

 H1.HeaderClassName
 {
   color: #B1AACD;
 }
 .AnyTagClassName
 {
   color: #B1AACD;
 }
</style>
background-color css

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

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

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

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

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

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