#ABB8BC

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

Shades of Casper #ABB8BC

Tints of Casper #ABB8BC

Color information

#ABB8BC (or 0xABB8BC) is unknown color: approx Casper. HEX triplet: AB, B8 and BC. RGB value is (171,184,188). Sum of RGB (Red+Green+Blue) = 171+184+188=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 188 (73.83% from 255 or 34.62% from 543); Max value from RGB is 188 - color contains mainly: blue. Hex color #ABB8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB8BC is #544743. Grayscale: #B4B4B4. Windows color (decimal): -5523268 or 12368043. OLE color: 12368043.

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

Color convert

RGB171184188-
CMYK0.090.0200.26
HSL194.12º11.26%70.39%-
HSV(B)194.12º9.04%73.73%-
XYZ43.0146.5754.3-
YUV180.57132.19121.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 184 (72.27% from 255) = 33.89%
BLUE value IS 188 (73.83% from 255) = 34.62%
R=31.49%
G=33.89%
B=34.62%

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
Decimal1711841880.090.0200.26194.1211.2670.39
HexABB8BC9201Ac2b46
Octal25327027411203230213106
Binary1010101110111000101111001001100110101100001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB8BC; }

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

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

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

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

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

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

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

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