#ADC0BD

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

Shades of Opal #ADC0BD

Tints of Opal #ADC0BD

Color information

#ADC0BD (or 0xADC0BD) is unknown color: approx Opal. HEX triplet: AD, C0 and BD. RGB value is (173,192,189). Sum of RGB (Red+Green+Blue) = 173+192+189=554 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.23% from 554); Green value is 192 (75.39% from 255 or 34.66% from 554); Blue value is 189 (74.22% from 255 or 34.12% from 554); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BD is #523F42. Grayscale: #B9B9B9. Windows color (decimal): -5390147 or 12435629. OLE color: 12435629.

HSL color Cylindrical-coordinate representation of color #ADC0BD: hue angle of 170.53º 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 #ADC0BD is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB173192189-
CMYK0.1000.020.25
HSL170.53º13.1%71.57%-
HSV(B)170.53º9.9%75.29%-
XYZ45.2750.2655.46-
YUV185.98129.71118.74-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.23%
GREEN value IS 192 (75.39% from 255) = 34.66%
BLUE value IS 189 (74.22% from 255) = 34.12%
R=31.23%
G=34.66%
B=34.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1731921890.1000.020.25170.5313.171.57
HexADC0BDA0219abd48
Octal25530027512023125315110
Binary1010110111000000101111011010010110011010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0BD; }

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

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

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

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

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

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

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

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