Html Css Color HEX #ADB6B9 Casper

📋 copy color: '#ADB6B9'

red 173 ◦ green 182 ◦ blue 185

#ADB6B9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Casper #ADB6B9

Tints of Casper #ADB6B9

RGB

 RED value IS 173 (67.97% from 255) = 32.04%

 GREEN value IS 182 (71.48% from 255) = 33.7%

 BLUE value IS 185 (72.66% from 255) = 34.26%

R = 32.04%
G = 33.7%
B = 34.26%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#ADB6B9 (or 0xADB6B9) is known color: Casper. HEX triplet: AD, B6 and B9. RGB value is (173,182,185). Sum of RGB (Red+Green+Blue) = 173+182+185=540 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.04% from 540); Green value is 182 (71.48% from 255 or 33.70% from 540); Blue value is 185 (72.66% from 255 or 34.26% from 540); Max value from RGB is 185 - color contains mainly: blue. Hex color #ADB6B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADB6B9 is #524946. Grayscale: #B3B3B3. Windows color (decimal): -5392711 or 12170925. OLE color: 12170925.

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

Color convert

RGB 173 182 185 -
CMYK 0.06 0.02 0 0.27
HSL 195º 0.08% 0.7% -
HSV(B) 195º 0.06% 0.73% -
XYZ 42.72 45.84 52.5 -
YUV 179.65 131.02 123.26 -
System Red Green Blue C M Y K H S L
Decimal 173 182 185 0.06 0.02 0 0.27 195 0.08 0.7
Hex AD B6 B9 6 2 0 1B C3 8 46
Octal 255 266 271 6 2 0 33 303 10 106
Binary 10101101 10110110 10111001 110 10 0 11011 11000011 1000 1000110

Color Harmonies of #ADB6B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADB6B9

Black with #ADB6B9

Text Example


Text Example

White with #ADB6B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADB6B9; }

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

 H1.HeaderClassName
 {
   color: #ADB6B9;
 }
 .AnyTagClassName
 {
   color: #ADB6B9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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