#ABB9BB

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

Shades of Casper #ABB9BB

Tints of Casper #ABB9BB

Color information

#ABB9BB (or 0xABB9BB) is unknown color: approx Casper. HEX triplet: AB, B9 and BB. RGB value is (171,185,187). Sum of RGB (Red+Green+Blue) = 171+185+187=543 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.49% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 187 (73.44% from 255 or 34.44% from 543); Max value from RGB is 187 - color contains mainly: blue. Hex color #ABB9BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9BB is #544644. Grayscale: #B5B5B5. Windows color (decimal): -5523013 or 12302763. OLE color: 12302763.

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

Color convert

RGB171185187-
CMYK0.090.0100.27
HSL187.5º10.53%70.2%-
HSV(B)187.5º8.56%73.33%-
XYZ43.1146.9453.8-
YUV181.04131.36120.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.49%
GREEN value IS 185 (72.66% from 255) = 34.07%
BLUE value IS 187 (73.44% from 255) = 34.44%
R=31.49%
G=34.07%
B=34.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1711851870.090.0100.27187.510.5370.2
HexABB9BB9101Bbbb46
Octal25327127311103327313106
Binary101010111011100110111011100110110111011101110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9BB; }

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

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

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

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

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

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

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

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