Html Css Color HEX #AAB8BC Casper

📋 copy color: '#AAB8BC'

red 170 ◦ green 184 ◦ blue 188

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

Shades of Casper #AAB8BC

Tints of Casper #AAB8BC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.95%

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

R = 31.37%
G = 33.95%
B = 34.69%

CMYK

 C value IS 0.10

 M value IS 0.02

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#AAB8BC (or 0xAAB8BC) is known color: Casper. HEX triplet: AA, B8 and BC. RGB value is (170,184,188). Sum of RGB (Red+Green+Blue) = 170+184+188=542 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.37% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 188 (73.83% from 255 or 34.69% from 542); Max value from RGB is 188 - color contains mainly: blue. Hex color #AAB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAB8BC is #554743. Grayscale: #B4B4B4. Windows color (decimal): -5588804 or 12368042. OLE color: 12368042.

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

Color convert

RGB 170 184 188 -
CMYK 0.10 0.02 0 0.26
HSL 193.33º 0.12% 0.7% -
HSV(B) 193.33º 0.1% 0.74% -
XYZ 42.8 46.46 54.29 -
YUV 180.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 170 184 188 0.10 0.02 0 0.26 193.33 0.12 0.7
Hex AA B8 BC A 2 0 1A C1 C 46
Octal 252 270 274 12 2 0 32 301 14 106
Binary 10101010 10111000 10111100 1010 10 0 11010 11000001 1100 1000110

Color Harmonies of #AAB8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB8BC

Black with #AAB8BC

Text Example


Text Example

White with #AAB8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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