#B4ADCB

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

Shades of Blue Haze #B4ADCB

Tints of Blue Haze #B4ADCB

Color information

#B4ADCB (or 0xB4ADCB) is unknown color: approx Blue Haze. HEX triplet: B4, AD and CB. RGB value is (180,173,203). Sum of RGB (Red+Green+Blue) = 180+173+203=556 (73% of max value = 765). Red value is 180 (70.70% from 255 or 32.37% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 203 - color contains mainly: blue. Hex color #B4ADCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4ADCB is #4B5234. Grayscale: #B2B2B2. Windows color (decimal): -4936245 or 13348276. OLE color: 13348276.

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

Color convert

RGB180173203-
CMYK0.110.1500.20
HSL254º22.39%73.73%-
HSV(B)254º14.78%79.61%-
XYZ44.5543.962.63-
YUV178.51141.82129.06-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 32.37%
GREEN value IS 173 (67.97% from 255) = 31.12%
BLUE value IS 203 (79.69% from 255) = 36.51%
R=32.37%
G=31.12%
B=36.51%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801732030.110.1500.2025422.3973.73
HexB4ADCBBF014fe164a
Octal264255313131702437626112
Binary1011010010101101110010111011111101010011111110101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4ADCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4ADCB; }

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

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

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

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

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

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

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

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