Html Css Color HEX #AABABC Casper

📋 copy color: '#AABABC'

red 170 ◦ green 186 ◦ blue 188

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

Shades of Casper #AABABC

Tints of Casper #AABABC

RGB

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

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

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

R = 31.25%
G = 34.19%
B = 34.56%

CMYK

 C value IS 0.10

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AABABC (or 0xAABABC) is known color: Casper. HEX triplet: AA, BA and BC. RGB value is (170,186,188). Sum of RGB (Red+Green+Blue) = 170+186+188=544 (72% of max value = 765). Red value is 170 (66.80% from 255 or 31.25% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 188 (73.83% from 255 or 34.56% from 544); Max value from RGB is 188 - color contains mainly: blue. Hex color #AABABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AABABC is #554543. Grayscale: #B5B5B5. Windows color (decimal): -5588292 or 12368554. OLE color: 12368554.

HSL color Cylindrical-coordinate representation of color #AABABC: hue angle of 186.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 #AABABC is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 170 186 188 -
CMYK 0.10 0.01 0 0.26
HSL 186.67º 0.12% 0.7% -
HSV(B) 186.67º 0.1% 0.74% -
XYZ 43.21 47.29 54.43 -
YUV 181.44 131.7 119.84 -
System Red Green Blue C M Y K H S L
Decimal 170 186 188 0.10 0.01 0 0.26 186.67 0.12 0.7
Hex AA BA BC A 1 0 1A BB C 46
Octal 252 272 274 12 1 0 32 273 14 106
Binary 10101010 10111010 10111100 1010 1 0 11010 10111011 1100 1000110

Color Harmonies of #AABABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABABC

Black with #AABABC

Text Example


Text Example

White with #AABABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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