Html Css Color HEX #AABABB Casper

📋 copy color: '#AABABB'

red 170 ◦ green 186 ◦ blue 187

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

Shades of Casper #AABABB

Tints of Casper #AABABB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.25%

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

R = 31.31%
G = 34.25%
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

#AABABB (or 0xAABABB) is known color: Casper. HEX triplet: AA, BA and BB. RGB value is (170,186,187). Sum of RGB (Red+Green+Blue) = 170+186+187=543 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.31% from 543); Green value is 186 (73.05% from 255 or 34.25% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #AABABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABB is #554544. Grayscale: #B5B5B5. Windows color (decimal): -5588293 or 12303018. OLE color: 12303018.

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

Color convert

RGB 170 186 187 -
CMYK 0.09 0.01 0 0.27
HSL 183.53º 0.11% 0.7% -
HSV(B) 183.53º 0.09% 0.73% -
XYZ 43.11 47.25 53.86 -
YUV 181.33 131.2 119.92 -
System Red Green Blue C M Y K H S L
Decimal 170 186 187 0.09 0.01 0 0.27 183.53 0.11 0.7
Hex AA BA BB 9 1 0 1B B8 B 46
Octal 252 272 273 11 1 0 33 270 13 106
Binary 10101010 10111010 10111011 1001 1 0 11011 10111000 1011 1000110

Color Harmonies of #AABABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABABB

Black with #AABABB

Text Example


Text Example

White with #AABABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABABB; }

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

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

background-color css

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

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

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

border-color css

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

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

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