Html Css Color HEX #AAB7BB Casper

📋 copy color: '#AAB7BB'

red 170 ◦ green 183 ◦ blue 187

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

Shades of Casper #AAB7BB

Tints of Casper #AAB7BB

RGB

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

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

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

R = 31.48%
G = 33.89%
B = 34.63%

CMYK

 C value IS 0.09

 M value IS 0.02

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#AAB7BB (or 0xAAB7BB) is known color: Casper. HEX triplet: AA, B7 and BB. RGB value is (170,183,187). Sum of RGB (Red+Green+Blue) = 170+183+187=540 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.48% from 540); Green value is 183 (71.88% from 255 or 33.89% from 540); Blue value is 187 (73.44% from 255 or 34.63% from 540); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB7BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB7BB is #554844. Grayscale: #B3B3B3. Windows color (decimal): -5589061 or 12302250. OLE color: 12302250.

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

Color convert

RGB 170 183 187 -
CMYK 0.09 0.02 0 0.27
HSL 194.12º 0.11% 0.7% -
HSV(B) 194.12º 0.09% 0.73% -
XYZ 42.48 46 53.65 -
YUV 179.57 132.19 121.17 -
System Red Green Blue C M Y K H S L
Decimal 170 183 187 0.09 0.02 0 0.27 194.12 0.11 0.7
Hex AA B7 BB 9 2 0 1B C2 B 46
Octal 252 267 273 11 2 0 33 302 13 106
Binary 10101010 10110111 10111011 1001 10 0 11011 11000010 1011 1000110

Color Harmonies of #AAB7BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB7BB

Black with #AAB7BB

Text Example


Text Example

White with #AAB7BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB7BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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