Html Css Color HEX #AABABD Casper

📋 copy color: '#AABABD'

red 170 ◦ green 186 ◦ blue 189

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

Shades of Casper #AABABD

Tints of Casper #AABABD

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.13%

 BLUE value IS 189 (74.22% from 255) = 34.68%

R = 31.19%
G = 34.13%
B = 34.68%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AABABD (or 0xAABABD) is known color: Casper. HEX triplet: AA, BA and BD. RGB value is (170,186,189). Sum of RGB (Red+Green+Blue) = 170+186+189=545 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.19% from 545); Green value is 186 (73.05% from 255 or 34.13% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 189 - color contains mainly: blue. Hex color #AABABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABD is #554542. Grayscale: #B5B5B5. Windows color (decimal): -5588291 or 12434090. OLE color: 12434090.

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

Color convert

RGB 170 186 189 -
CMYK 0.10 0.02 0 0.26
HSL 189.47º 0.13% 0.7% -
HSV(B) 189.47º 0.1% 0.74% -
XYZ 43.32 47.34 55 -
YUV 181.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 170 186 189 0.10 0.02 0 0.26 189.47 0.13 0.7
Hex AA BA BD A 2 0 1A BD D 46
Octal 252 272 275 12 2 0 32 275 15 106
Binary 10101010 10111010 10111101 1010 10 0 11010 10111101 1101 1000110

Color Harmonies of #AABABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABABD

Black with #AABABD

Text Example


Text Example

White with #AABABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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