#ABB2B3

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

Shades of Casper #ABB2B3

Tints of Casper #ABB2B3

Color information

#ABB2B3 (or 0xABB2B3) is unknown color: approx Casper. HEX triplet: AB, B2 and B3. RGB value is (171,178,179). Sum of RGB (Red+Green+Blue) = 171+178+179=528 (69% of max value = 765). Red value is 171 (67.19% from 255 or 32.39% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 179 (70.31% from 255 or 33.90% from 528); Max value from RGB is 179 - color contains mainly: blue. Hex color #ABB2B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB2B3 is #544D4C. Grayscale: #B0B0B0. Windows color (decimal): -5524813 or 11776683. OLE color: 11776683.

HSL color Cylindrical-coordinate representation of color #ABB2B3: hue angle of 187.5º degrees, saturation: 0.05, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ABB2B3 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB171178179-
CMYK0.040.0100.30
HSL187.5º5%68.63%-
HSV(B)187.5º4.47%70.2%-
XYZ40.8543.7548.94-
YUV176.02129.68124.42-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.39%
GREEN value IS 178 (69.92% from 255) = 33.71%
BLUE value IS 179 (70.31% from 255) = 33.90%
R=32.39%
G=33.71%
B=33.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1711781790.040.0100.30187.5568.63
HexABB2B34101Ebb545
Octal253262263410362735105
Binary1010101110110010101100111001011110101110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2B3; }

 p { color: rgb(171,178,179); }

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

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

 a { background-color: rgb(171,178,179); }

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

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

 span { border-color: rgb(171,178,179); }

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