#ABBEBA

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

Shades of Opal #ABBEBA

Tints of Opal #ABBEBA

Color information

#ABBEBA (or 0xABBEBA) is unknown color: approx Opal. HEX triplet: AB, BE and BA. RGB value is (171,190,186). Sum of RGB (Red+Green+Blue) = 171+190+186=547 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.26% from 547); Green value is 190 (74.61% from 255 or 34.73% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEBA is #544145. Grayscale: #B7B7B7. Windows color (decimal): -5521734 or 12238507. OLE color: 12238507.

HSL color Cylindrical-coordinate representation of color #ABBEBA: hue angle of 167.37º degrees, saturation: 0.13, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ABBEBA is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB171190186-
CMYK0.1000.020.25
HSL167.37º12.75%70.78%-
HSV(B)167.37º10%74.51%-
XYZ44.0749.0353.6-
YUV183.86129.21118.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.26%
GREEN value IS 190 (74.61% from 255) = 34.73%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=31.26%
G=34.73%
B=34.00%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1711901860.1000.020.25167.3712.7570.78
HexABBEBAA0219a7d47
Octal25327627212023124715107
Binary1010101110111110101110101010010110011010011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEBA; }

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

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

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

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

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

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

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

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