#ADB4B5

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

Shades of Casper #ADB4B5

Tints of Casper #ADB4B5

Color information

#ADB4B5 (or 0xADB4B5) is unknown color: approx Casper. HEX triplet: AD, B4 and B5. RGB value is (173,180,181). Sum of RGB (Red+Green+Blue) = 173+180+181=534 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.40% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 181 (71.09% from 255 or 33.90% from 534); Max value from RGB is 181 - color contains mainly: blue. Hex color #ADB4B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB4B5 is #524B4A. Grayscale: #B2B2B2. Windows color (decimal): -5393227 or 11908269. OLE color: 11908269.

HSL color Cylindrical-coordinate representation of color #ADB4B5: hue angle of 187.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ADB4B5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB173180181-
CMYK0.040.0100.29
HSL187.5º5.13%69.41%-
HSV(B)187.5º4.42%70.98%-
XYZ41.944.8650.17-
YUV178.02129.68124.42-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 32.40%
GREEN value IS 180 (70.70% from 255) = 33.71%
BLUE value IS 181 (71.09% from 255) = 33.90%
R=32.40%
G=33.71%
B=33.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1731801810.040.0100.29187.55.1369.41
HexADB4B54101Dbb545
Octal255264265410352735105
Binary1010110110110100101101011001011101101110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADB4B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADB4B5; }

 p { color: rgb(173,180,181); }

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

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

 a { background-color: rgb(173,180,181); }

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

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

 span { border-color: rgb(173,180,181); }

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