Html Css Color HEX #AAB7BC Casper

📋 copy color: '#AAB7BC'

red 170 ◦ green 183 ◦ blue 188

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

Shades of Casper #AAB7BC

Tints of Casper #AAB7BC

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.83%

 BLUE value IS 188 (73.83% from 255) = 34.75%

R = 31.42%
G = 33.83%
B = 34.75%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAB7BC (or 0xAAB7BC) is known color: Casper. HEX triplet: AA, B7 and BC. RGB value is (170,183,188). Sum of RGB (Red+Green+Blue) = 170+183+188=541 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.42% from 541); Green value is 183 (71.88% from 255 or 33.83% from 541); Blue value is 188 (73.83% from 255 or 34.75% from 541); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BC is #554843. Grayscale: #B3B3B3. Windows color (decimal): -5589060 or 12367786. OLE color: 12367786.

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

Color convert

RGB 170 183 188 -
CMYK 0.10 0.03 0 0.26
HSL 196.67º 0.12% 0.7% -
HSV(B) 196.67º 0.1% 0.74% -
XYZ 42.59 46.04 54.22 -
YUV 179.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 170 183 188 0.10 0.03 0 0.26 196.67 0.12 0.7
Hex AA B7 BC A 3 0 1A C5 C 46
Octal 252 267 274 12 3 0 32 305 14 106
Binary 10101010 10110111 10111100 1010 11 0 11010 11000101 1100 1000110

Color Harmonies of #AAB7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7BC

Black with #AAB7BC

Text Example


Text Example

White with #AAB7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7BC; }

 p { color: rgb(170,183,188); }

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

background-color css

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

 a { background-color: rgb(170,183,188); }

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

border-color css

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

 span { border-color: rgb(170,183,188); }

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