#ADB8BA

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

Shades of Casper #ADB8BA

Tints of Casper #ADB8BA

Color information

#ADB8BA (or 0xADB8BA) is unknown color: approx Casper. HEX triplet: AD, B8 and BA. RGB value is (173,184,186). Sum of RGB (Red+Green+Blue) = 173+184+186=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 186 (73.05% from 255 or 34.25% from 543); Max value from RGB is 186 - color contains mainly: blue. Hex color #ADB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB8BA is #524745. Grayscale: #B4B4B4. Windows color (decimal): -5392198 or 12236973. OLE color: 12236973.

HSL color Cylindrical-coordinate representation of color #ADB8BA: hue angle of 189.23º 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 #ADB8BA is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB173184186-
CMYK0.070.0100.27
HSL189.23º8.61%70.39%-
HSV(B)189.23º6.99%72.94%-
XYZ43.2446.7153.19-
YUV180.94130.86122.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.86%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 186 (73.05% from 255) = 34.25%
R=31.86%
G=33.89%
B=34.25%

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
Decimal1731841860.070.0100.27189.238.6170.39
HexADB8BA7101Bbd946
Octal2552702727103327511106
Binary10101101101110001011101011110110111011110110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB8BA; }

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

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

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

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

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

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

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

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