#ADC4BE

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

Shades of Opal #ADC4BE

Tints of Opal #ADC4BE

Color information

#ADC4BE (or 0xADC4BE) is unknown color: approx Opal. HEX triplet: AD, C4 and BE. RGB value is (173,196,190). Sum of RGB (Red+Green+Blue) = 173+196+190=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4BE is #523B41. Grayscale: #BCBCBC. Windows color (decimal): -5389122 or 12502189. OLE color: 12502189.

HSL color Cylindrical-coordinate representation of color #ADC4BE: hue angle of 164.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4BE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB173196190-
CMYK0.1200.030.23
HSL164.35º16.31%72.35%-
HSV(B)164.35º11.73%76.86%-
XYZ46.2752.0856.33-
YUV188.44128.88116.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.95%
GREEN value IS 196 (76.95% from 255) = 35.06%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=30.95%
G=35.06%
B=33.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1731961900.1200.030.23164.3516.3172.35
HexADC4BEC0317a41048
Octal25530427614032724420110
Binary10101101110001001011111011000111011110100100100001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC4BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC4BE; }

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

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

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

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

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

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

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

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