#ADBDBA

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

Shades of Opal #ADBDBA

Tints of Opal #ADBDBA

Color information

#ADBDBA (or 0xADBDBA) is unknown color: approx Opal. HEX triplet: AD, BD and BA. RGB value is (173,189,186). Sum of RGB (Red+Green+Blue) = 173+189+186=548 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.57% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBA is #524245. Grayscale: #B7B7B7. Windows color (decimal): -5390918 or 12238253. OLE color: 12238253.

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

Color convert

RGB173189186-
CMYK0.0800.020.26
HSL168.75º10.81%70.98%-
HSV(B)168.75º8.47%74.12%-
XYZ44.2948.8253.54-
YUV183.87129.2120.24-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.57%
GREEN value IS 189 (74.22% from 255) = 34.49%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=31.57%
G=34.49%
B=33.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891860.0800.020.26168.7510.8170.98
HexADBDBA8021Aa9b47
Octal25527527210023225113107
Binary1010110110111101101110101000010110101010100110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDBA; }

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

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

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

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

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

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

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

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