#B1AECD

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

Shades of Blue Haze #B1AECD

Tints of Blue Haze #B1AECD

Color information

#B1AECD (or 0xB1AECD) is unknown color: approx Blue Haze. HEX triplet: B1, AE and CD. RGB value is (177,174,205). Sum of RGB (Red+Green+Blue) = 177+174+205=556 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.83% from 556); Green value is 174 (68.36% from 255 or 31.29% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #B1AECD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AECD is #4E5132. Grayscale: #B2B2B2. Windows color (decimal): -5132595 or 13479601. OLE color: 13479601.

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

Color convert

RGB177174205-
CMYK0.140.1500.20
HSL245.81º23.66%74.31%-
HSV(B)245.81º15.12%80.39%-
XYZ44.2944.0363.92-
YUV178.43142.99126.98-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.83%
GREEN value IS 174 (68.36% from 255) = 31.29%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=31.83%
G=31.29%
B=36.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1771742050.140.1500.20245.8123.6674.31
HexB1AECDEF014f6184a
Octal261256315161702436630112
Binary1011000110101110110011011110111101010011110110110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AECD; }

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

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

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

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

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

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

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

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