#ADBBC3

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

Shades of Heather #ADBBC3

Tints of Heather #ADBBC3

Color information

#ADBBC3 (or 0xADBBC3) is unknown color: approx Heather. HEX triplet: AD, BB and C3. RGB value is (173,187,195). Sum of RGB (Red+Green+Blue) = 173+187+195=555 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.17% from 555); Green value is 187 (73.44% from 255 or 33.69% from 555); Blue value is 195 (76.56% from 255 or 35.14% from 555); Max value from RGB is 195 - color contains mainly: blue. Hex color #ADBBC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC3 is #52443C. Grayscale: #B7B7B7. Windows color (decimal): -5391421 or 12827565. OLE color: 12827565.

HSL color Cylindrical-coordinate representation of color #ADBBC3: hue angle of 201.82º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADBBC3 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173187195-
CMYK0.110.0400.24
HSL201.82º15.49%72.16%-
HSV(B)201.82º11.28%76.47%-
XYZ44.8548.3758.6-
YUV183.73134.36120.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.17%
GREEN value IS 187 (73.44% from 255) = 33.69%
BLUE value IS 195 (76.56% from 255) = 35.14%
R=31.17%
G=33.69%
B=35.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731871950.110.0400.24201.8215.4972.16
HexADBBC3B4018caf48
Octal25527330313403031217110
Binary10101101101110111100001110111000110001100101011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBC3; }

 p { color: rgb(173,187,195); }

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

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

 a { background-color: rgb(173,187,195); }

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

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

 span { border-color: rgb(173,187,195); }

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