#ABCABE

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

Shades of Opal #ABCABE

Tints of Opal #ABCABE

Color information

#ABCABE (or 0xABCABE) is unknown color: approx Opal. HEX triplet: AB, CA and BE. RGB value is (171,202,190). Sum of RGB (Red+Green+Blue) = 171+202+190=563 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.37% from 563); Green value is 202 (79.30% from 255 or 35.88% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCABE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABCABE is #543541. Grayscale: #BFBFBF. Windows color (decimal): -5518658 or 12503723. OLE color: 12503723.

HSL color Cylindrical-coordinate representation of color #ABCABE: hue angle of 156.77º 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 #ABCABE is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB171202190-
CMYK0.1500.060.21
HSL156.77º22.63%73.14%-
HSV(B)156.77º15.35%79.22%-
XYZ47.2154.6256.77-
YUV191.36127.23113.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.37%
GREEN value IS 202 (79.30% from 255) = 35.88%
BLUE value IS 190 (74.61% from 255) = 33.75%
R=30.37%
G=35.88%
B=33.75%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1712021900.1500.060.21156.7722.6373.14
HexABCABEF06159d1749
Octal25331227617062523527111
Binary101010111100101010111110111101101010110011101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABCABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABCABE; }

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

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

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

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

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

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

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

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