#B5ADD1

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

Shades of Blue Haze #B5ADD1

Tints of Blue Haze #B5ADD1

Color information

#B5ADD1 (or 0xB5ADD1) is unknown color: approx Blue Haze. HEX triplet: B5, AD and D1. RGB value is (181,173,209). Sum of RGB (Red+Green+Blue) = 181+173+209=563 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.15% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #B5ADD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD1 is #4A522E. Grayscale: #B3B3B3. Windows color (decimal): -4870703 or 13741493. OLE color: 13741493.

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

Color convert

RGB181173209-
CMYK0.130.1700.18
HSL253.33º28.12%74.9%-
HSV(B)253.33º17.22%81.96%-
XYZ45.5144.3166.48-
YUV179.5144.65129.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.15%
GREEN value IS 173 (67.97% from 255) = 30.73%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=32.15%
G=30.73%
B=37.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1811732090.130.1700.18253.3328.1274.9
HexB5ADD1D11012fd1c4b
Octal265255321152102237534113
Binary10110101101011011101000111011000101001011111101111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADD1; }

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

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

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

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

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

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

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

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