Html Css Color HEX #AAB9BB Casper

📋 copy color: '#AAB9BB'

red 170 ◦ green 185 ◦ blue 187

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

Shades of Casper #AAB9BB

Tints of Casper #AAB9BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 34.5%

R = 31.37%
G = 34.13%
B = 34.5%

CMYK

 C value IS 0.09

 M value IS 0.01

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAB9BB (or 0xAAB9BB) is known color: Casper. HEX triplet: AA, B9 and BB. RGB value is (170,185,187). Sum of RGB (Red+Green+Blue) = 170+185+187=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 185 (72.66% from 255 or 34.13% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB9BB is #554644. Grayscale: #B4B4B4. Windows color (decimal): -5588549 or 12302762. OLE color: 12302762.

HSL color Cylindrical-coordinate representation of color #AAB9BB: hue angle of 187.06º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #AAB9BB is Cyan = 0.09, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 187 -
CMYK 0.09 0.01 0 0.27
HSL 187.06º 0.11% 0.7% -
HSV(B) 187.06º 0.09% 0.73% -
XYZ 42.9 46.83 53.79 -
YUV 180.74 131.53 120.34 -
System Red Green Blue C M Y K H S L
Decimal 170 185 187 0.09 0.01 0 0.27 187.06 0.11 0.7
Hex AA B9 BB 9 1 0 1B BB B 46
Octal 252 271 273 11 1 0 33 273 13 106
Binary 10101010 10111001 10111011 1001 1 0 11011 10111011 1011 1000110

Color Harmonies of #AAB9BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB9BB

Black with #AAB9BB

Text Example


Text Example

White with #AAB9BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB9BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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