#ABBEBB

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

Shades of Opal #ABBEBB

Tints of Opal #ABBEBB

Color information

#ABBEBB (or 0xABBEBB) is unknown color: approx Opal. HEX triplet: AB, BE and BB. RGB value is (171,190,187). Sum of RGB (Red+Green+Blue) = 171+190+187=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 190 (74.61% from 255 or 34.67% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 190 - color contains mainly: green. Hex color #ABBEBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBEBB is #544144. Grayscale: #B7B7B7. Windows color (decimal): -5521733 or 12304043. OLE color: 12304043.

HSL color Cylindrical-coordinate representation of color #ABBEBB: hue angle of 170.53º 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 #ABBEBB is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB171190187-
CMYK0.1000.020.25
HSL170.53º12.75%70.78%-
HSV(B)170.53º10%74.51%-
XYZ44.1849.0754.16-
YUV183.98129.71118.74-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.20%
GREEN value IS 190 (74.61% from 255) = 34.67%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=31.20%
G=34.67%
B=34.12%

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
Decimal1711901870.1000.020.25170.5312.7570.78
HexABBEBBA0219abd47
Octal25327627312023125315107
Binary1010101110111110101110111010010110011010101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBEBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBEBB; }

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

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

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

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

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

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

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

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