#ABCDC2

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

Shades of Opal #ABCDC2

Tints of Opal #ABCDC2

Color information

#ABCDC2 (or 0xABCDC2) is unknown color: approx Opal. HEX triplet: AB, CD and C2. RGB value is (171,205,194). Sum of RGB (Red+Green+Blue) = 171+205+194=570 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 194 (76.17% from 255 or 34.04% from 570); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC2 is #54323D. Grayscale: #C1C1C1. Windows color (decimal): -5517886 or 12766635. OLE color: 12766635.

HSL color Cylindrical-coordinate representation of color #ABCDC2: hue angle of 160.59º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCDC2 is Cyan = 0.17, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.

Color convert

RGB171205194-
CMYK0.1700.050.20
HSL160.59º25.37%73.73%-
HSV(B)160.59º16.59%80.39%-
XYZ48.3656.2259.34-
YUV193.58128.24111.89-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30%
GREEN value IS 205 (80.47% from 255) = 35.96%
BLUE value IS 194 (76.17% from 255) = 34.04%
R=30%
G=35.96%
B=34.04%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051940.1700.050.20160.5925.3773.73
HexABCDC2110514a1194a
Octal25331530221052424131112
Binary1010101111001101110000101000101011010010100001110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDC2; }

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

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

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

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

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

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

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

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