#B4ADC6

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

Shades of Blue Haze #B4ADC6

Tints of Blue Haze #B4ADC6

Color information

#B4ADC6 (or 0xB4ADC6) is unknown color: approx Blue Haze. HEX triplet: B4, AD and C6. RGB value is (180,173,198). Sum of RGB (Red+Green+Blue) = 180+173+198=551 (72% of max value = 765). Red value is 180 (70.70% from 255 or 32.67% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 198 (77.73% from 255 or 35.93% from 551); Max value from RGB is 198 - color contains mainly: blue. Hex color #B4ADC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADC6 is #4B5239. Grayscale: #B1B1B1. Windows color (decimal): -4936250 or 13020596. OLE color: 13020596.

HSL color Cylindrical-coordinate representation of color #B4ADC6: hue angle of 256.8º degrees, saturation: 0.18, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4ADC6 is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB180173198-
CMYK0.090.1300.22
HSL256.8º17.99%72.75%-
HSV(B)256.8º12.63%77.65%-
XYZ43.9643.6759.54-
YUV177.94139.32129.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.67%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 198 (77.73% from 255) = 35.93%
R=32.67%
G=31.40%
B=35.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1801731980.090.1300.22256.817.9972.75
HexB4ADC69D0161011249
Octal264255306111502640122111
Binary10110100101011011100011010011101010110100000001100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADC6; }

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

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

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

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

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

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

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

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