#ABB4B3

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

Shades of Conch #ABB4B3

Tints of Conch #ABB4B3

Color information

#ABB4B3 (or 0xABB4B3) is unknown color: approx Conch. HEX triplet: AB, B4 and B3. RGB value is (171,180,179). Sum of RGB (Red+Green+Blue) = 171+180+179=530 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.26% from 530); Green value is 180 (70.70% from 255 or 33.96% from 530); Blue value is 179 (70.31% from 255 or 33.77% from 530); Max value from RGB is 180 - color contains mainly: green. Hex color #ABB4B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4B3 is #544B4C. Grayscale: #B1B1B1. Windows color (decimal): -5524301 or 11777195. OLE color: 11777195.

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

Color convert

RGB171180179-
CMYK0.0500.010.29
HSL173.33º5.66%68.82%-
HSV(B)173.33º5%70.59%-
XYZ41.2544.5649.07-
YUV177.2129.02123.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 32.26%
GREEN value IS 180 (70.70% from 255) = 33.96%
BLUE value IS 179 (70.31% from 255) = 33.77%
R=32.26%
G=33.96%
B=33.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1711801790.0500.010.29173.335.6668.82
HexABB4B35011Dad645
Octal253264263501352556105
Binary1010101110110100101100111010111101101011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4B3; }

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

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

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

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

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

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

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

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