#B4ADCE

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

Shades of Blue Haze #B4ADCE

Tints of Blue Haze #B4ADCE

Color information

#B4ADCE (or 0xB4ADCE) is unknown color: approx Blue Haze. HEX triplet: B4, AD and CE. RGB value is (180,173,206). Sum of RGB (Red+Green+Blue) = 180+173+206=559 (74% of max value = 765). Red value is 180 (70.70% from 255 or 32.20% from 559); Green value is 173 (67.97% from 255 or 30.95% from 559); Blue value is 206 (80.86% from 255 or 36.85% from 559); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4ADCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADCE is #4B5231. Grayscale: #B2B2B2. Windows color (decimal): -4936242 or 13544884. OLE color: 13544884.

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

Color convert

RGB180173206-
CMYK0.130.1600.19
HSL252.73º25.19%74.31%-
HSV(B)252.73º16.02%80.78%-
XYZ44.9144.0564.53-
YUV178.86143.32128.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.20%
GREEN value IS 173 (67.97% from 255) = 30.95%
BLUE value IS 206 (80.86% from 255) = 36.85%
R=32.20%
G=30.95%
B=36.85%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1801732060.130.1600.19252.7325.1974.31
HexB4ADCED10013fd194a
Octal264255316152002337531112
Binary10110100101011011100111011011000001001111111101110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADCE; }

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

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

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

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

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

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

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

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