#B5ADCE

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

Shades of Blue Haze #B5ADCE

Tints of Blue Haze #B5ADCE

Color information

#B5ADCE (or 0xB5ADCE) is unknown color: approx Blue Haze. HEX triplet: B5, AD and CE. RGB value is (181,173,206). Sum of RGB (Red+Green+Blue) = 181+173+206=560 (74% of max value = 765). Red value is 181 (71.09% from 255 or 32.32% from 560); Green value is 173 (67.97% from 255 or 30.89% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #B5ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B5ADCE is #4A5231. Grayscale: #B3B3B3. Windows color (decimal): -4870706 or 13544885. OLE color: 13544885.

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

Color convert

RGB181173206-
CMYK0.120.1600.19
HSL254.55º25.19%74.31%-
HSV(B)254.55º16.02%80.78%-
XYZ45.1444.1764.54-
YUV179.15143.15129.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 32.32%
GREEN value IS 173 (67.97% from 255) = 30.89%
BLUE value IS 206 (80.86% from 255) = 36.79%
R=32.32%
G=30.89%
B=36.79%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1811732060.120.1600.19254.5525.1974.31
HexB5ADCEC10013ff194a
Octal265255316142002337731112
Binary10110101101011011100111011001000001001111111111110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5ADCE; }

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

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

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

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

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

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

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

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