#ABCFC2

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

Shades of Opal #ABCFC2

Tints of Opal #ABCFC2

Color information

#ABCFC2 (or 0xABCFC2) is unknown color: approx Opal. HEX triplet: AB, CF and C2. RGB value is (171,207,194). Sum of RGB (Red+Green+Blue) = 171+207+194=572 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.90% from 572); Green value is 207 (81.25% from 255 or 36.19% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCFC2 is #54303D. Grayscale: #C2C2C2. Windows color (decimal): -5517374 or 12767147. OLE color: 12767147.

HSL color Cylindrical-coordinate representation of color #ABCFC2: hue angle of 158.33º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABCFC2 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.

Color convert

RGB171207194-
CMYK0.1700.060.19
HSL158.33º27.27%74.12%-
HSV(B)158.33º17.39%81.18%-
XYZ48.8557.1859.5-
YUV194.75127.57111.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.90%
GREEN value IS 207 (81.25% from 255) = 36.19%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=29.90%
G=36.19%
B=33.92%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1712071940.1700.060.19158.3327.2774.12
HexABCFC21106139e1b4a
Octal25331730221062323633112
Binary1010101111001111110000101000101101001110011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCFC2; }

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

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

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

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

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

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

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

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