#ADC2BE

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

Shades of Opal #ADC2BE

Tints of Opal #ADC2BE

Color information

#ADC2BE (or 0xADC2BE) is unknown color: approx Opal. HEX triplet: AD, C2 and BE. RGB value is (173,194,190). Sum of RGB (Red+Green+Blue) = 173+194+190=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 194 (76.17% from 255 or 34.83% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 194 - color contains mainly: green. Hex color #ADC2BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC2BE is #523D41. Grayscale: #BBBBBB. Windows color (decimal): -5389634 or 12501677. OLE color: 12501677.

HSL color Cylindrical-coordinate representation of color #ADC2BE: hue angle of 168.57º degrees, saturation: 0.15, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ADC2BE is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB173194190-
CMYK0.1100.020.24
HSL168.57º14.69%71.96%-
HSV(B)168.57º10.82%76.08%-
XYZ45.8251.1956.18-
YUV187.26129.54117.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.06%
GREEN value IS 194 (76.17% from 255) = 34.83%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=31.06%
G=34.83%
B=34.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731941900.1100.020.24168.5714.6971.96
HexADC2BEB0218a9f48
Octal25530227613023025117110
Binary1010110111000010101111101011010110001010100111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC2BE; }

 p { color: rgb(173,194,190); }

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

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

 a { background-color: rgb(173,194,190); }

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

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

 span { border-color: rgb(173,194,190); }

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