#ABCDC6

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

Shades of Opal #ABCDC6

Tints of Opal #ABCDC6

Color information

#ABCDC6 (or 0xABCDC6) is unknown color: approx Opal. HEX triplet: AB, CD and C6. RGB value is (171,205,198). Sum of RGB (Red+Green+Blue) = 171+205+198=574 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.79% from 574); Green value is 205 (80.47% from 255 or 35.71% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCDC6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCDC6 is #543239. Grayscale: #C2C2C2. Windows color (decimal): -5517882 or 13028779. OLE color: 13028779.

HSL color Cylindrical-coordinate representation of color #ABCDC6: hue angle of 167.65º 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 #ABCDC6 is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB171205198-
CMYK0.1700.030.20
HSL167.65º25.37%73.73%-
HSV(B)167.65º16.59%80.39%-
XYZ48.8256.461.74-
YUV194.04130.24111.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.79%
GREEN value IS 205 (80.47% from 255) = 35.71%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=29.79%
G=35.71%
B=34.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1712051980.1700.030.20167.6525.3773.73
HexABCDC6110314a8194a
Octal25331530621032425031112
Binary101010111100110111000110100010111010010101000110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCDC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCDC6; }

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

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

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

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

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

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

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

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