#ABB8BB

Color #ABB8BB Casper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Casper #ABB8BB

Tints of Casper #ABB8BB

Color information

#ABB8BB (or 0xABB8BB) is unknown color: approx Casper. HEX triplet: AB, B8 and BB. RGB value is (171,184,187). Sum of RGB (Red+Green+Blue) = 171+184+187=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 187 (73.44% from 255 or 34.50% from 542); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8BB is #544744. Grayscale: #B4B4B4. Windows color (decimal): -5523269 or 12302507. OLE color: 12302507.

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

Color convert

RGB171184187-
CMYK0.090.0200.27
HSL191.25º10.53%70.2%-
HSV(B)191.25º8.56%73.33%-
XYZ42.946.5353.73-
YUV180.46131.69121.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.55%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 187 (73.44% from 255) = 34.50%
R=31.55%
G=33.95%
B=34.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711841870.090.0200.27191.2510.5370.2
HexABB8BB9201Bbfb46
Octal25327027311203327713106
Binary1010101110111000101110111001100110111011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8BB; }

 p { color: rgb(171,184,187); }

 H1.HeaderClassName
 {
   color: #ABB8BB;
 }
 .AnyTagClassName
 {
   color: #ABB8BB;
 }
</style>
background-color css

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

 a { background-color: rgb(171,184,187); }

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

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

 span { border-color: rgb(171,184,187); }

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