Html Css Color HEX #AAB6BB Casper

📋 copy color: '#AAB6BB'

red 170 ◦ green 182 ◦ blue 187

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

Shades of Casper #AAB6BB

Tints of Casper #AAB6BB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.77%

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

R = 31.54%
G = 33.77%
B = 34.69%

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

#AAB6BB (or 0xAAB6BB) is known color: Casper. HEX triplet: AA, B6 and BB. RGB value is (170,182,187). Sum of RGB (Red+Green+Blue) = 170+182+187=539 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.54% from 539); Green value is 182 (71.48% from 255 or 33.77% from 539); Blue value is 187 (73.44% from 255 or 34.69% from 539); Max value from RGB is 187 - color contains mainly: blue. Hex color #AAB6BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB6BB is #554944. Grayscale: #B2B2B2. Windows color (decimal): -5589317 or 12301994. OLE color: 12301994.

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

Color convert

RGB 170 182 187 -
CMYK 0.09 0.03 0 0.27
HSL 197.65º 0.11% 0.7% -
HSV(B) 197.65º 0.09% 0.73% -
XYZ 42.28 45.59 53.59 -
YUV 178.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 170 182 187 0.09 0.03 0 0.27 197.65 0.11 0.7
Hex AA B6 BB 9 3 0 1B C6 B 46
Octal 252 266 273 11 3 0 33 306 13 106
Binary 10101010 10110110 10111011 1001 11 0 11011 11000110 1011 1000110

Color Harmonies of #AAB6BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB6BB

Black with #AAB6BB

Text Example


Text Example

White with #AAB6BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB6BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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