#B4ADCD

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

Shades of Blue Haze #B4ADCD

Tints of Blue Haze #B4ADCD

Color information

#B4ADCD (or 0xB4ADCD) is unknown color: approx Blue Haze. HEX triplet: B4, AD and CD. RGB value is (180,173,205). Sum of RGB (Red+Green+Blue) = 180+173+205=558 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.26% from 558); Green value is 173 (67.97% from 255 or 31.00% from 558); Blue value is 205 (80.47% from 255 or 36.74% from 558); Max value from RGB is 205 - color contains mainly: blue. Hex color #B4ADCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADCD is #4B5232. Grayscale: #B2B2B2. Windows color (decimal): -4936243 or 13479348. OLE color: 13479348.

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

Color convert

RGB180173205-
CMYK0.120.1600.20
HSL253.12º24.24%74.12%-
HSV(B)253.12º15.61%80.39%-
XYZ44.794463.89-
YUV178.74142.82128.9-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.26%
GREEN value IS 173 (67.97% from 255) = 31.00%
BLUE value IS 205 (80.47% from 255) = 36.74%
R=32.26%
G=31.00%
B=36.74%

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
Decimal1801732050.120.1600.20253.1224.2474.12
HexB4ADCDC10014fd184a
Octal264255315142002437530112
Binary10110100101011011100110111001000001010011111101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADCD; }

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

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

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

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

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

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

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

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