#B5ADD5

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

Shades of Blue Haze #B5ADD5

Tints of Blue Haze #B5ADD5

Color information

#B5ADD5 (or 0xB5ADD5) is unknown color: approx Blue Haze. HEX triplet: B5, AD and D5. RGB value is (181,173,213). Sum of RGB (Red+Green+Blue) = 181+173+213=567 (75% of max value = 765). Red value is 181 (71.09% from 255 or 31.92% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #B5ADD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADD5 is #4A522A. Grayscale: #B3B3B3. Windows color (decimal): -4870699 or 14003637. OLE color: 14003637.

HSL color Cylindrical-coordinate representation of color #B5ADD5: hue angle of 252º degrees, saturation: 0.32, 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 #B5ADD5 is Cyan = 0.15, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB181173213-
CMYK0.150.1900.16
HSL252º32.26%75.69%-
HSV(B)252º18.78%83.53%-
XYZ46.0144.5169.12-
YUV179.95146.65128.75-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 31.92%
GREEN value IS 173 (67.97% from 255) = 30.51%
BLUE value IS 213 (83.59% from 255) = 37.57%
R=31.92%
G=30.51%
B=37.57%

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
Decimal1811732130.150.1900.1625232.2675.69
HexB5ADD5F13010fc204c
Octal265255325172302037440114
Binary101101011010110111010101111110011010000111111001000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADD5; }

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

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

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

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

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

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

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

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