#ABC2BD

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

Shades of Opal #ABC2BD

Tints of Opal #ABC2BD

Color information

#ABC2BD (or 0xABC2BD) is unknown color: approx Opal. HEX triplet: AB, C2 and BD. RGB value is (171,194,189). Sum of RGB (Red+Green+Blue) = 171+194+189=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 194 (76.17% from 255 or 35.02% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 194 - color contains mainly: green. Hex color #ABC2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABC2BD is #543D42. Grayscale: #BABABA. Windows color (decimal): -5520707 or 12436139. OLE color: 12436139.

HSL color Cylindrical-coordinate representation of color #ABC2BD: hue angle of 166.96º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ABC2BD is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB171194189-
CMYK0.1200.030.24
HSL166.96º15.86%71.57%-
HSV(B)166.96º11.86%76.08%-
XYZ45.2750.9255.59-
YUV186.55129.38116.91-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.87%
GREEN value IS 194 (76.17% from 255) = 35.02%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=30.87%
G=35.02%
B=34.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1711941890.1200.030.24166.9615.8671.57
HexABC2BDC0318a71048
Octal25330227514033024720110
Binary10101011110000101011110111000111100010100111100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABC2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABC2BD; }

 p { color: rgb(171,194,189); }

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

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

 a { background-color: rgb(171,194,189); }

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

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

 span { border-color: rgb(171,194,189); }

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