Html Css Color HEX #AAB9BD Casper

📋 copy color: '#AAB9BD'

red 170 ◦ green 185 ◦ blue 189

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

Shades of Casper #AAB9BD

Tints of Casper #AAB9BD

RGB

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

 GREEN value IS 185 (72.66% from 255) = 34.01%

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

R = 31.25%
G = 34.01%
B = 34.74%

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

#AAB9BD (or 0xAAB9BD) is known color: Casper. HEX triplet: AA, B9 and BD. RGB value is (170,185,189). Sum of RGB (Red+Green+Blue) = 170+185+189=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 189 - color contains mainly: blue. Hex color #AAB9BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BD is #554642. Grayscale: #B4B4B4. Windows color (decimal): -5588547 or 12433834. OLE color: 12433834.

HSL color Cylindrical-coordinate representation of color #AAB9BD: hue angle of 192.63º 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 #AAB9BD is Cyan = 0.10, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 185 189 -
CMYK 0.10 0.02 0 0.26
HSL 192.63º 0.13% 0.7% -
HSV(B) 192.63º 0.1% 0.74% -
XYZ 43.11 46.92 54.93 -
YUV 180.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 170 185 189 0.10 0.02 0 0.26 192.63 0.13 0.7
Hex AA B9 BD A 2 0 1A C1 D 46
Octal 252 271 275 12 2 0 32 301 15 106
Binary 10101010 10111001 10111101 1010 10 0 11010 11000001 1101 1000110

Color Harmonies of #AAB9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9BD

Black with #AAB9BD

Text Example


Text Example

White with #AAB9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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