#B5ADCD

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

Shades of Blue Haze #B5ADCD

Tints of Blue Haze #B5ADCD

Color information

#B5ADCD (or 0xB5ADCD) is unknown color: approx Blue Haze. HEX triplet: B5, AD and CD. RGB value is (181,173,205). Sum of RGB (Red+Green+Blue) = 181+173+205=559 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.38% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 205 (80.47% from 255 or 36.67% from 559); Max value from RGB is 205 - color contains mainly: blue. Hex color #B5ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADCD is #4A5232. Grayscale: #B2B2B2. Windows color (decimal): -4870707 or 13479349. OLE color: 13479349.

HSL color Cylindrical-coordinate representation of color #B5ADCD: hue angle of 255º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B5ADCD is Cyan = 0.12, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB181173205-
CMYK0.120.1600.20
HSL255º24.24%74.12%-
HSV(B)255º15.61%80.39%-
XYZ45.0244.1263.9-
YUV179.04142.65129.4-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.38%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 205 (80.47% from 255) = 36.67%
R=32.38%
G=30.95%
B=36.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1811732050.120.1600.2025524.2474.12
HexB5ADCDC10014ff184a
Octal265255315142002437730112
Binary10110101101011011100110111001000001010011111111110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADCD; }

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

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

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

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

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

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

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

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