#ADC3BE

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

Shades of Opal #ADC3BE

Tints of Opal #ADC3BE

Color information

#ADC3BE (or 0xADC3BE) is unknown color: approx Opal. HEX triplet: AD, C3 and BE. RGB value is (173,195,190). Sum of RGB (Red+Green+Blue) = 173+195+190=558 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.00% from 558); Green value is 195 (76.56% from 255 or 34.95% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 195 - color contains mainly: green. Hex color #ADC3BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC3BE is #523C41. Grayscale: #BBBBBB. Windows color (decimal): -5389378 or 12501933. OLE color: 12501933.

HSL color Cylindrical-coordinate representation of color #ADC3BE: hue angle of 166.36º 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 #ADC3BE is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB173195190-
CMYK0.1100.030.24
HSL166.36º15.49%72.16%-
HSV(B)166.36º11.28%76.47%-
XYZ46.0451.6356.25-
YUV187.85129.21117.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.00%
GREEN value IS 195 (76.56% from 255) = 34.95%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=31.00%
G=34.95%
B=34.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1731951900.1100.030.24166.3615.4972.16
HexADC3BEB0318a6f48
Octal25530327613033024617110
Binary1010110111000011101111101011011110001010011011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC3BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC3BE; }

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

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

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

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

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

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

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

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