#B5AFD2

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

Shades of Blue Haze #B5AFD2

Tints of Blue Haze #B5AFD2

Color information

#B5AFD2 (or 0xB5AFD2) is unknown color: approx Blue Haze. HEX triplet: B5, AF and D2. RGB value is (181,175,210). Sum of RGB (Red+Green+Blue) = 181+175+210=566 (74% of max value = 765). Red value is 181 (71.09% from 255 or 31.98% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 210 (82.42% from 255 or 37.10% from 566); Max value from RGB is 210 - color contains mainly: blue. Hex color #B5AFD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD2 is #4A502D. Grayscale: #B4B4B4. Windows color (decimal): -4870190 or 13807541. OLE color: 13807541.

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

Color convert

RGB181175210-
CMYK0.140.1700.18
HSL250.29º28%75.49%-
HSV(B)250.29º16.67%82.35%-
XYZ46.0245.1467.26-
YUV180.78144.49128.15-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.98%
GREEN value IS 175 (68.75% from 255) = 30.92%
BLUE value IS 210 (82.42% from 255) = 37.10%
R=31.98%
G=30.92%
B=37.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811752100.140.1700.18250.292875.49
HexB5AFD2E11012fa1c4b
Octal265257322162102237234113
Binary10110101101011111101001011101000101001011111010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFD2; }

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

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

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

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

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

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

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

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