#B5ADD7

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

Shades of Blue Haze #B5ADD7

Tints of Blue Haze #B5ADD7

Color information

#B5ADD7 (or 0xB5ADD7) is unknown color: approx Blue Haze. HEX triplet: B5, AD and D7. RGB value is (181,173,215). Sum of RGB (Red+Green+Blue) = 181+173+215=569 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.81% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 215 (84.38% from 255 or 37.79% from 569); Max value from RGB is 215 - color contains mainly: blue. Hex color #B5ADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD7 is #4A5228. Grayscale: #B4B4B4. Windows color (decimal): -4870697 or 14134709. OLE color: 14134709.

HSL color Cylindrical-coordinate representation of color #B5ADD7: hue angle of 251.43º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5ADD7 is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181173215-
CMYK0.160.2000.16
HSL251.43º34.43%76.08%-
HSV(B)251.43º19.53%84.31%-
XYZ46.2744.6270.46-
YUV180.18147.65128.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.81%
GREEN value IS 173 (67.97% from 255) = 30.40%
BLUE value IS 215 (84.38% from 255) = 37.79%
R=31.81%
G=30.40%
B=37.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811732150.160.2000.16251.4334.4376.08
HexB5ADD71014010fb224c
Octal265255327202402037342114
Binary1011010110101101110101111000010100010000111110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADD7; }

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

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

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

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

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

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

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

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