#ABBCBA

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

Shades of Opal #ABBCBA

Tints of Opal #ABBCBA

Color information

#ABBCBA (or 0xABBCBA) is unknown color: approx Opal. HEX triplet: AB, BC and BA. RGB value is (171,188,186). Sum of RGB (Red+Green+Blue) = 171+188+186=545 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.38% from 545); Green value is 188 (73.83% from 255 or 34.50% from 545); Blue value is 186 (73.05% from 255 or 34.13% from 545); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBCBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCBA is #544345. Grayscale: #B6B6B6. Windows color (decimal): -5522246 or 12237995. OLE color: 12237995.

HSL color Cylindrical-coordinate representation of color #ABBCBA: hue angle of 172.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ABBCBA is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB171188186-
CMYK0.0900.010.26
HSL172.94º11.26%70.39%-
HSV(B)172.94º9.04%73.73%-
XYZ43.6448.1753.45-
YUV182.69129.87119.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.38%
GREEN value IS 188 (73.83% from 255) = 34.50%
BLUE value IS 186 (73.05% from 255) = 34.13%
R=31.38%
G=34.50%
B=34.13%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711881860.0900.010.26172.9411.2670.39
HexABBCBA9011Aadb46
Octal25327427211013225513106
Binary101010111011110010111010100101110101010110110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBCBA; }

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

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

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

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

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

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

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

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