#B1AFCE

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

Shades of Blue Haze #B1AFCE

Tints of Blue Haze #B1AFCE

Color information

#B1AFCE (or 0xB1AFCE) is unknown color: approx Blue Haze. HEX triplet: B1, AF and CE. RGB value is (177,175,206). Sum of RGB (Red+Green+Blue) = 177+175+206=558 (73% of max value = 765). Red value is 177 (69.53% from 255 or 31.72% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 206 - color contains mainly: blue. Hex color #B1AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B1AFCE is #4E5031. Grayscale: #B3B3B3. Windows color (decimal): -5132338 or 13545393. OLE color: 13545393.

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

Color convert

RGB177175206-
CMYK0.140.1500.19
HSL243.87º24.03%74.71%-
HSV(B)243.87º15.05%80.78%-
XYZ44.644.4664.62-
YUV179.13143.16126.48-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 31.72%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=31.72%
G=31.36%
B=36.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1771752060.140.1500.19243.8724.0374.71
HexB1AFCEEF013f4184b
Octal261257316161702336430113
Binary1011000110101111110011101110111101001111110100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1AFCE; }

 p { color: rgb(177,175,206); }

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

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

 a { background-color: rgb(177,175,206); }

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

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

 span { border-color: rgb(177,175,206); }

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