#ADC7BD

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

Shades of Opal #ADC7BD

Tints of Opal #ADC7BD

Color information

#ADC7BD (or 0xADC7BD) is unknown color: approx Opal. HEX triplet: AD, C7 and BD. RGB value is (173,199,189). Sum of RGB (Red+Green+Blue) = 173+199+189=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 199 (78.12% from 255 or 35.47% from 561); Blue value is 189 (74.22% from 255 or 33.69% from 561); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BD is #523842. Grayscale: #BEBEBE. Windows color (decimal): -5388355 or 12437421. OLE color: 12437421.

HSL color Cylindrical-coordinate representation of color #ADC7BD: hue angle of 156.92º degrees, saturation: 0.19, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ADC7BD is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB173199189-
CMYK0.1300.050.22
HSL156.92º18.84%72.94%-
HSV(B)156.92º13.07%78.04%-
XYZ46.8453.4155.98-
YUV190.09127.39115.81-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 30.84%
GREEN value IS 199 (78.12% from 255) = 35.47%
BLUE value IS 189 (74.22% from 255) = 33.69%
R=30.84%
G=35.47%
B=33.69%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1731991890.1300.050.22156.9218.8472.94
HexADC7BDD05169d1349
Octal25530727515052623523111
Binary101011011100011110111101110101011011010011101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC7BD; }

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

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

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

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

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

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

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

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