#B5AFD1

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

Shades of Blue Haze #B5AFD1

Tints of Blue Haze #B5AFD1

Color information

#B5AFD1 (or 0xB5AFD1) is unknown color: approx Blue Haze. HEX triplet: B5, AF and D1. RGB value is (181,175,209). Sum of RGB (Red+Green+Blue) = 181+175+209=565 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.04% from 565); Green value is 175 (68.75% from 255 or 30.97% from 565); Blue value is 209 (82.03% from 255 or 36.99% from 565); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5AFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD1 is #4A502E. Grayscale: #B4B4B4. Windows color (decimal): -4870191 or 13742005. OLE color: 13742005.

HSL color Cylindrical-coordinate representation of color #B5AFD1: hue angle of 250.59º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5AFD1 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181175209-
CMYK0.130.1600.18
HSL250.59º26.98%75.29%-
HSV(B)250.59º16.27%81.96%-
XYZ45.8945.0966.61-
YUV180.67143.99128.24-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.04%
GREEN value IS 175 (68.75% from 255) = 30.97%
BLUE value IS 209 (82.03% from 255) = 36.99%
R=32.04%
G=30.97%
B=36.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811752090.130.1600.18250.5926.9875.29
HexB5AFD1D10012fb1b4b
Octal265257321152002237333113
Binary10110101101011111101000111011000001001011111011110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFD1; }

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

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

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

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

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

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

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

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