Html Css Color HEX #AABDC0 Casper

📋 copy color: '#AABDC0'

red 170 ◦ green 189 ◦ blue 192

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

Shades of Casper #AABDC0

Tints of Casper #AABDC0

RGB

 RED value IS 170 (66.8% from 255) = 30.85%

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

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

R = 30.85%
G = 34.3%
B = 34.85%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#AABDC0 (or 0xAABDC0) is known color: Casper. HEX triplet: AA, BD and C0. RGB value is (170,189,192). Sum of RGB (Red+Green+Blue) = 170+189+192=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 192 - color contains mainly: blue. Hex color #AABDC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC0 is #55423F. Grayscale: #B7B7B7. Windows color (decimal): -5587520 or 12631466. OLE color: 12631466.

HSL color Cylindrical-coordinate representation of color #AABDC0: hue angle of 188.18º degrees, saturation: 0.15, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AABDC0 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 170 189 192 -
CMYK 0.11 0.02 0 0.25
HSL 188.18º 0.15% 0.71% -
HSV(B) 188.18º 0.11% 0.75% -
XYZ 44.29 48.75 56.94 -
YUV 183.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 170 189 192 0.11 0.02 0 0.25 188.18 0.15 0.71
Hex AA BD C0 B 2 0 19 BC F 47
Octal 252 275 300 13 2 0 31 274 17 107
Binary 10101010 10111101 11000000 1011 10 0 11001 10111100 1111 1000111

Color Harmonies of #AABDC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDC0

Black with #AABDC0

Text Example


Text Example

White with #AABDC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDC0; }

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

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

background-color css

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

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

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

border-color css

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

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

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