Html Css Color HEX #AAB5BA Casper

📋 copy color: '#AAB5BA'

red 170 ◦ green 181 ◦ blue 186

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

Shades of Casper #AAB5BA

Tints of Casper #AAB5BA

RGB

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

 GREEN value IS 181 (71.09% from 255) = 33.71%

 BLUE value IS 186 (73.05% from 255) = 34.64%

R = 31.66%
G = 33.71%
B = 34.64%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAB5BA (or 0xAAB5BA) is known color: Casper. HEX triplet: AA, B5 and BA. RGB value is (170,181,186). Sum of RGB (Red+Green+Blue) = 170+181+186=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 186 (73.05% from 255 or 34.64% from 537); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB5BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB5BA is #554A45. Grayscale: #B2B2B2. Windows color (decimal): -5589574 or 12236202. OLE color: 12236202.

HSL color Cylindrical-coordinate representation of color #AAB5BA: hue angle of 198.75º degrees, saturation: 0.1, 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 #AAB5BA is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 181 186 -
CMYK 0.09 0.03 0 0.27
HSL 198.75º 0.1% 0.7% -
HSV(B) 198.75º 0.09% 0.73% -
XYZ 41.96 45.14 52.96 -
YUV 178.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 170 181 186 0.09 0.03 0 0.27 198.75 0.1 0.7
Hex AA B5 BA 9 3 0 1B C7 A 46
Octal 252 265 272 11 3 0 33 307 12 106
Binary 10101010 10110101 10111010 1001 11 0 11011 11000111 1010 1000110

Color Harmonies of #AAB5BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB5BA

Black with #AAB5BA

Text Example


Text Example

White with #AAB5BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB5BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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