#B5AFCE

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

Shades of Blue Haze #B5AFCE

Tints of Blue Haze #B5AFCE

Color information

#B5AFCE (or 0xB5AFCE) is unknown color: approx Blue Haze. HEX triplet: B5, AF and CE. RGB value is (181,175,206). Sum of RGB (Red+Green+Blue) = 181+175+206=562 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.21% from 562); Green value is 175 (68.75% from 255 or 31.14% from 562); Blue value is 206 (80.86% from 255 or 36.65% from 562); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5AFCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFCE is #4A5031. Grayscale: #B4B4B4. Windows color (decimal): -4870194 or 13545397. OLE color: 13545397.

HSL color Cylindrical-coordinate representation of color #B5AFCE: hue angle of 251.61º 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 #B5AFCE is Cyan = 0.12, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB181175206-
CMYK0.120.1500.19
HSL251.61º24.03%74.71%-
HSV(B)251.61º15.05%80.78%-
XYZ45.5344.9464.67-
YUV180.33142.49128.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.21%
GREEN value IS 175 (68.75% from 255) = 31.14%
BLUE value IS 206 (80.86% from 255) = 36.65%
R=32.21%
G=31.14%
B=36.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811752060.120.1500.19251.6124.0374.71
HexB5AFCECF013fc184b
Octal265257316141702337430113
Binary1011010110101111110011101100111101001111111100110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFCE; }

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

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

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

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

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

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

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

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