#B5AFCC

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

Shades of Blue Haze #B5AFCC

Tints of Blue Haze #B5AFCC

Color information

#B5AFCC (or 0xB5AFCC) is unknown color: approx Blue Haze. HEX triplet: B5, AF and CC. RGB value is (181,175,204). Sum of RGB (Red+Green+Blue) = 181+175+204=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 175 (68.75% from 255 or 31.25% from 560); Blue value is 204 (80.08% from 255 or 36.43% from 560); Max value from RGB is 204 - color contains mainly: blue. Hex color #B5AFCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFCC is #4A5033. Grayscale: #B3B3B3. Windows color (decimal): -4870196 or 13414325. OLE color: 13414325.

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

Color convert

RGB181175204-
CMYK0.110.1400.2
HSL252.41º22.14%74.31%-
HSV(B)252.41º14.22%80%-
XYZ45.2944.8463.4-
YUV180.1141.49128.64-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 175 (68.75% from 255) = 31.25%
BLUE value IS 204 (80.08% from 255) = 36.43%
R=32.32%
G=31.25%
B=36.43%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1811752040.110.1400.2252.4122.1474.31
HexB5AFCCBE014fc164a
Octal265257314131602437426112
Binary1011010110101111110011001011111001010011111100101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFCC; }

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

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

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

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

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

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

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

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