Html Css Color HEX #ADBDC0 Casper

📋 copy color: '#ADBDC0'

red 173 ◦ green 189 ◦ blue 192

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

Shades of Casper #ADBDC0

Tints of Casper #ADBDC0

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.12%

 BLUE value IS 192 (75.39% from 255) = 34.66%

R = 31.23%
G = 34.12%
B = 34.66%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#ADBDC0 (or 0xADBDC0) is known color: Casper. HEX triplet: AD, BD and C0. RGB value is (173,189,192). Sum of RGB (Red+Green+Blue) = 173+189+192=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 189 (74.22% from 255 or 34.12% from 554); Blue value is 192 (75.39% from 255 or 34.66% from 554); Max value from RGB is 192 - color contains mainly: blue. Hex color #ADBDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDC0 is #52423F. Grayscale: #B8B8B8. Windows color (decimal): -5390912 or 12631469. OLE color: 12631469.

HSL color Cylindrical-coordinate representation of color #ADBDC0: hue angle of 189.47º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADBDC0 is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 189 192 -
CMYK 0.10 0.02 0 0.25
HSL 189.47º 0.13% 0.72% -
HSV(B) 189.47º 0.1% 0.75% -
XYZ 44.95 49.09 56.97 -
YUV 184.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 173 189 192 0.10 0.02 0 0.25 189.47 0.13 0.72
Hex AD BD C0 A 2 0 19 BD D 48
Octal 255 275 300 12 2 0 31 275 15 110
Binary 10101101 10111101 11000000 1010 10 0 11001 10111101 1101 1001000

Color Harmonies of #ADBDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBDC0

Black with #ADBDC0

Text Example


Text Example

White with #ADBDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBDC0; }

 p { color: rgb(173,189,192); }

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

background-color css

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

 a { background-color: rgb(173,189,192); }

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

border-color css

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

 span { border-color: rgb(173,189,192); }

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