#ABB9BC

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

Shades of Casper #ABB9BC

Tints of Casper #ABB9BC

Color information

#ABB9BC (or 0xABB9BC) is unknown color: approx Casper. HEX triplet: AB, B9 and BC. RGB value is (171,185,188). Sum of RGB (Red+Green+Blue) = 171+185+188=544 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.43% from 544); Green value is 185 (72.66% from 255 or 34.01% 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 #ABB9BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9BC is #544643. Grayscale: #B5B5B5. Windows color (decimal): -5523012 or 12368299. OLE color: 12368299.

HSL color Cylindrical-coordinate representation of color #ABB9BC: hue angle of 190.59º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABB9BC is Cyan = 0.09, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB171185188-
CMYK0.090.0200.26
HSL190.59º11.26%70.39%-
HSV(B)190.59º9.04%73.73%-
XYZ43.2246.9954.37-
YUV181.16131.86120.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.43%
GREEN value IS 185 (72.66% from 255) = 34.01%
BLUE value IS 188 (73.83% from 255) = 34.56%
R=31.43%
G=34.01%
B=34.56%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711851880.090.0200.26190.5911.2670.39
HexABB9BC9201Abfb46
Octal25327127411203227713106
Binary1010101110111001101111001001100110101011111110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9BC; }

 p { color: rgb(171,185,188); }

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

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

 a { background-color: rgb(171,185,188); }

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

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

 span { border-color: rgb(171,185,188); }

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