#B5ADD6

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

Shades of Blue Haze #B5ADD6

Tints of Blue Haze #B5ADD6

Color information

#B5ADD6 (or 0xB5ADD6) is unknown color: approx Blue Haze. HEX triplet: B5, AD and D6. RGB value is (181,173,214). Sum of RGB (Red+Green+Blue) = 181+173+214=568 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.87% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 214 (83.98% from 255 or 37.68% from 568); Max value from RGB is 214 - color contains mainly: blue. Hex color #B5ADD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD6 is #4A5229. Grayscale: #B3B3B3. Windows color (decimal): -4870698 or 14069173. OLE color: 14069173.

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

Color convert

RGB181173214-
CMYK0.150.1900.16
HSL251.71º33.33%75.88%-
HSV(B)251.71º19.16%83.92%-
XYZ46.1444.5769.79-
YUV180.07147.15128.67-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.87%
GREEN value IS 173 (67.97% from 255) = 30.46%
BLUE value IS 214 (83.98% from 255) = 37.68%
R=31.87%
G=30.46%
B=37.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1811732140.150.1900.16251.7133.3375.88
HexB5ADD6F13010fc214c
Octal265255326172302037441114
Binary101101011010110111010110111110011010000111111001000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADD6; }

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

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

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

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

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

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

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

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