Html Css Color HEX #AAB8BA Casper

📋 copy color: '#AAB8BA'

red 170 ◦ green 184 ◦ blue 186

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

Shades of Casper #AAB8BA

Tints of Casper #AAB8BA

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.07%

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

R = 31.48%
G = 34.07%
B = 34.44%

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

#AAB8BA (or 0xAAB8BA) is known color: Casper. HEX triplet: AA, B8 and BA. RGB value is (170,184,186). Sum of RGB (Red+Green+Blue) = 170+184+186=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 186 (73.05% from 255 or 34.44% from 540); Max value from RGB is 186 - color contains mainly: blue. Hex color #AAB8BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BA is #554745. Grayscale: #B4B4B4. Windows color (decimal): -5588806 or 12236970. OLE color: 12236970.

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

Color convert

RGB 170 184 186 -
CMYK 0.09 0.01 0 0.27
HSL 187.5º 0.1% 0.7% -
HSV(B) 187.5º 0.09% 0.73% -
XYZ 42.58 46.37 53.16 -
YUV 180.04 131.36 120.84 -
System Red Green Blue C M Y K H S L
Decimal 170 184 186 0.09 0.01 0 0.27 187.5 0.1 0.7
Hex AA B8 BA 9 1 0 1B BC A 46
Octal 252 270 272 11 1 0 33 274 12 106
Binary 10101010 10111000 10111010 1001 1 0 11011 10111100 1010 1000110

Color Harmonies of #AAB8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8BA

Black with #AAB8BA

Text Example


Text Example

White with #AAB8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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