#ADB9BA

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

Shades of Casper #ADB9BA

Tints of Casper #ADB9BA

Color information

#ADB9BA (or 0xADB9BA) is unknown color: approx Casper. HEX triplet: AD, B9 and BA. RGB value is (173,185,186). Sum of RGB (Red+Green+Blue) = 173+185+186=544 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.80% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 186 (73.05% from 255 or 34.19% from 544); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB9BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB9BA is #524645. Grayscale: #B5B5B5. Windows color (decimal): -5391942 or 12237229. OLE color: 12237229.

HSL color Cylindrical-coordinate representation of color #ADB9BA: hue angle of 184.62º degrees, saturation: 0.09, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ADB9BA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173185186-
CMYK0.070.0100.27
HSL184.62º8.61%70.39%-
HSV(B)184.62º6.99%72.94%-
XYZ43.4547.1353.26-
YUV181.53130.52121.92-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.80%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 186 (73.05% from 255) = 34.19%
R=31.80%
G=34.01%
B=34.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1731851860.070.0100.27184.628.6170.39
HexADB9BA7101Bb9946
Octal2552712727103327111106
Binary10101101101110011011101011110110111011100110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB9BA; }

 p { color: rgb(173,185,186); }

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

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

 a { background-color: rgb(173,185,186); }

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

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

 span { border-color: rgb(173,185,186); }

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