#ABBDBA

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

Shades of Opal #ABBDBA

Tints of Opal #ABBDBA

Color information

#ABBDBA (or 0xABBDBA) is unknown color: approx Opal. HEX triplet: AB, BD and BA. RGB value is (171,189,186). Sum of RGB (Red+Green+Blue) = 171+189+186=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 189 (74.22% from 255 or 34.62% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBDBA is #544245. Grayscale: #B7B7B7. Windows color (decimal): -5521990 or 12238251. OLE color: 12238251.

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

Color convert

RGB171189186-
CMYK0.1000.020.26
HSL170º12%70.59%-
HSV(B)170º9.52%74.12%-
XYZ43.8648.653.52-
YUV183.28129.54119.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 31.32%
GREEN value IS 189 (74.22% from 255) = 34.62%
BLUE value IS 186 (73.05% from 255) = 34.07%
R=31.32%
G=34.62%
B=34.07%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1711891860.1000.020.261701270.59
HexABBDBAA021Aaac47
Octal25327527212023225214107
Binary1010101110111101101110101010010110101010101011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABBDBA; }

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

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

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

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

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

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

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

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