#ADC0BA

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

Shades of Opal #ADC0BA

Tints of Opal #ADC0BA

Color information

#ADC0BA (or 0xADC0BA) is unknown color: approx Opal. HEX triplet: AD, C0 and BA. RGB value is (173,192,186). Sum of RGB (Red+Green+Blue) = 173+192+186=551 (72% of max value = 765). Red value is 173 (67.97% from 255 or 31.40% from 551); Green value is 192 (75.39% from 255 or 34.85% from 551); Blue value is 186 (73.05% from 255 or 33.76% from 551); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BA is #523F45. Grayscale: #B9B9B9. Windows color (decimal): -5390150 or 12239021. OLE color: 12239021.

HSL color Cylindrical-coordinate representation of color #ADC0BA: hue angle of 161.05º degrees, saturation: 0.13, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #ADC0BA is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB173192186-
CMYK0.1000.030.25
HSL161.05º13.1%71.57%-
HSV(B)161.05º9.9%75.29%-
XYZ44.9550.1353.76-
YUV185.64128.21118.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.40%
GREEN value IS 192 (75.39% from 255) = 34.85%
BLUE value IS 186 (73.05% from 255) = 33.76%
R=31.40%
G=34.85%
B=33.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921860.1000.030.25161.0513.171.57
HexADC0BAA0319a1d48
Octal25530027212033124115110
Binary1010110111000000101110101010011110011010000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0BA; }

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

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

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

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

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

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

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

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