#ADBBC1

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

Shades of Heather #ADBBC1

Tints of Heather #ADBBC1

Color information

#ADBBC1 (or 0xADBBC1) is unknown color: approx Heather. HEX triplet: AD, BB and C1. RGB value is (173,187,193). Sum of RGB (Red+Green+Blue) = 173+187+193=553 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.28% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 193 - color contains mainly: blue. Hex color #ADBBC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBBC1 is #52443E. Grayscale: #B7B7B7. Windows color (decimal): -5391423 or 12696493. OLE color: 12696493.

HSL color Cylindrical-coordinate representation of color #ADBBC1: hue angle of 198º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBBC1 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB173187193-
CMYK0.100.0300.24
HSL198º13.89%71.76%-
HSV(B)198º10.36%75.69%-
XYZ44.6348.2857.42-
YUV183.5133.36120.51-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.28%
GREEN value IS 187 (73.44% from 255) = 33.82%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=31.28%
G=33.82%
B=34.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731871930.100.0300.2419813.8971.76
HexADBBC1A3018c6e48
Octal25527330112303030616110
Binary1010110110111011110000011010110110001100011011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBBC1; }

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

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

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

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

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

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

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

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