Html Css Color HEX #AABDC1 Casper

📋 copy color: '#AABDC1'

red 170 ◦ green 189 ◦ blue 193

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

Shades of Casper #AABDC1

Tints of Casper #AABDC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 34.96%

R = 30.8%
G = 34.24%
B = 34.96%

CMYK

 C value IS 0.12

 M value IS 0.02

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#AABDC1 (or 0xAABDC1) is known color: Casper. HEX triplet: AA, BD and C1. RGB value is (170,189,193). Sum of RGB (Red+Green+Blue) = 170+189+193=552 (73% of max value = 765). Red value is 170 (66.80% from 255 or 30.80% from 552); Green value is 189 (74.22% from 255 or 34.24% from 552); Blue value is 193 (75.78% from 255 or 34.96% from 552); Max value from RGB is 193 - color contains mainly: blue. Hex color #AABDC1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABDC1 is #55423E. Grayscale: #B7B7B7. Windows color (decimal): -5587519 or 12697002. OLE color: 12697002.

HSL color Cylindrical-coordinate representation of color #AABDC1: hue angle of 190.43º degrees, saturation: 0.16, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #AABDC1 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 170 189 193 -
CMYK 0.12 0.02 0 0.24
HSL 190.43º 0.16% 0.71% -
HSV(B) 190.43º 0.12% 0.76% -
XYZ 44.4 48.79 57.53 -
YUV 183.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 170 189 193 0.12 0.02 0 0.24 190.43 0.16 0.71
Hex AA BD C1 C 2 0 18 BE 10 47
Octal 252 275 301 14 2 0 30 276 20 107
Binary 10101010 10111101 11000001 1100 10 0 11000 10111110 10000 1000111

Color Harmonies of #AABDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDC1

Black with #AABDC1

Text Example


Text Example

White with #AABDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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