#B5AFD0

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

Shades of Blue Haze #B5AFD0

Tints of Blue Haze #B5AFD0

Color information

#B5AFD0 (or 0xB5AFD0) is unknown color: approx Blue Haze. HEX triplet: B5, AF and D0. RGB value is (181,175,208). Sum of RGB (Red+Green+Blue) = 181+175+208=564 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.09% from 564); Green value is 175 (68.75% from 255 or 31.03% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #B5AFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5AFD0 is #4A502F. Grayscale: #B4B4B4. Windows color (decimal): -4870192 or 13676469. OLE color: 13676469.

HSL color Cylindrical-coordinate representation of color #B5AFD0: hue angle of 250.91º degrees, saturation: 0.26, 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 #B5AFD0 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB181175208-
CMYK0.130.1600.18
HSL250.91º25.98%75.1%-
HSV(B)250.91º15.87%81.57%-
XYZ45.7745.0465.96-
YUV180.56143.49128.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.09%
GREEN value IS 175 (68.75% from 255) = 31.03%
BLUE value IS 208 (81.64% from 255) = 36.88%
R=32.09%
G=31.03%
B=36.88%

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
Decimal1811752080.130.1600.18250.9125.9875.1
HexB5AFD0D10012fb1a4b
Octal265257320152002237332113
Binary10110101101011111101000011011000001001011111011110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AFD0; }

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

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

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

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

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

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

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

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