#ADC9BE

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

Shades of Opal #ADC9BE

Tints of Opal #ADC9BE

Color information

#ADC9BE (or 0xADC9BE) is unknown color: approx Opal. HEX triplet: AD, C9 and BE. RGB value is (173,201,190). Sum of RGB (Red+Green+Blue) = 173+201+190=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9BE is #523641. Grayscale: #BFBFBF. Windows color (decimal): -5387842 or 12503469. OLE color: 12503469.

HSL color Cylindrical-coordinate representation of color #ADC9BE: hue angle of 156.43º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9BE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB173201190-
CMYK0.1400.050.21
HSL156.43º20.59%73.33%-
HSV(B)156.43º13.93%78.82%-
XYZ47.4154.3856.71-
YUV191.37127.22114.89-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.67%
GREEN value IS 201 (78.91% from 255) = 35.64%
BLUE value IS 190 (74.61% from 255) = 33.69%
R=30.67%
G=35.64%
B=33.69%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1732011900.1400.050.21156.4320.5973.33
HexADC9BEE05159c1549
Octal25531127616052523425111
Binary101011011100100110111110111001011010110011100101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC9BE; }

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

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

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

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

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

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

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

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