#ADBDBB

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

Shades of Opal #ADBDBB

Tints of Opal #ADBDBB

Color information

#ADBDBB (or 0xADBDBB) is unknown color: approx Opal. HEX triplet: AD, BD and BB. RGB value is (173,189,187). Sum of RGB (Red+Green+Blue) = 173+189+187=549 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.51% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 187 (73.44% from 255 or 34.06% from 549); Max value from RGB is 189 - color contains mainly: green. Hex color #ADBDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBDBB is #524244. Grayscale: #B7B7B7. Windows color (decimal): -5390917 or 12303789. OLE color: 12303789.

HSL color Cylindrical-coordinate representation of color #ADBDBB: hue angle of 172.5º 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 #ADBDBB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB173189187-
CMYK0.0800.010.26
HSL172.5º10.81%70.98%-
HSV(B)172.5º8.47%74.12%-
XYZ44.448.8754.11-
YUV183.99129.7120.16-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.51%
GREEN value IS 189 (74.22% from 255) = 34.43%
BLUE value IS 187 (73.44% from 255) = 34.06%
R=31.51%
G=34.43%
B=34.06%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1731891870.0800.010.26172.510.8170.98
HexADBDBB8011Aacb47
Octal25527527310013225413107
Binary101011011011110110111011100001110101010110010111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADBDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADBDBB; }

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

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

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

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

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

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

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

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