#ABCABF

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

Shades of Opal #ABCABF

Tints of Opal #ABCABF

Color information

#ABCABF (or 0xABCABF) is unknown color: approx Opal. HEX triplet: AB, CA and BF. RGB value is (171,202,191). Sum of RGB (Red+Green+Blue) = 171+202+191=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 202 (79.30% from 255 or 35.82% from 564); Blue value is 191 (75% from 255 or 33.87% from 564); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABF is #543540. Grayscale: #BFBFBF. Windows color (decimal): -5518657 or 12569259. OLE color: 12569259.

HSL color Cylindrical-coordinate representation of color #ABCABF: hue angle of 158.71º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCABF is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB171202191-
CMYK0.1500.050.21
HSL158.71º22.63%73.14%-
HSV(B)158.71º15.35%79.22%-
XYZ47.3254.6657.35-
YUV191.48127.73113.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.32%
GREEN value IS 202 (79.30% from 255) = 35.82%
BLUE value IS 191 (75% from 255) = 33.87%
R=30.32%
G=35.82%
B=33.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021910.1500.050.21158.7122.6373.14
HexABCABFF05159f1749
Octal25331227717052523727111
Binary101010111100101010111111111101011010110011111101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCABF; }

 p { color: rgb(171,202,191); }

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

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

 a { background-color: rgb(171,202,191); }

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

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

 span { border-color: rgb(171,202,191); }

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