#ADBABB

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

Shades of Casper #ADBABB

Tints of Casper #ADBABB

Color information

#ADBABB (or 0xADBABB) is unknown color: approx Casper. HEX triplet: AD, BA and BB. RGB value is (173,186,187). Sum of RGB (Red+Green+Blue) = 173+186+187=546 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.68% from 546); Green value is 186 (73.05% from 255 or 34.07% from 546); Blue value is 187 (73.44% from 255 or 34.25% from 546); Max value from RGB is 187 - color contains mainly: blue. Hex color #ADBABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBABB is #524544. Grayscale: #B6B6B6. Windows color (decimal): -5391685 or 12303021. OLE color: 12303021.

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

Color convert

RGB173186187-
CMYK0.070.0100.27
HSL184.29º9.33%70.59%-
HSV(B)184.29º7.49%73.33%-
XYZ43.7647.5953.89-
YUV182.23130.69121.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.68%
GREEN value IS 186 (73.05% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 34.25%
R=31.68%
G=34.07%
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
Decimal1731861870.070.0100.27184.299.3370.59
HexADBABB7101Bb8947
Octal2552722737103327011107
Binary10101101101110101011101111110110111011100010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBABB; }

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

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

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

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

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

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

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

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