#ADC0BB

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

Shades of Opal #ADC0BB

Tints of Opal #ADC0BB

Color information

#ADC0BB (or 0xADC0BB) is unknown color: approx Opal. HEX triplet: AD, C0 and BB. RGB value is (173,192,187). Sum of RGB (Red+Green+Blue) = 173+192+187=552 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.34% from 552); Green value is 192 (75.39% from 255 or 34.78% from 552); Blue value is 187 (73.44% from 255 or 33.88% from 552); Max value from RGB is 192 - color contains mainly: green. Hex color #ADC0BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC0BB is #523F44. Grayscale: #B9B9B9. Windows color (decimal): -5390149 or 12304557. OLE color: 12304557.

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

Color convert

RGB173192187-
CMYK0.1000.030.25
HSL164.21º13.1%71.57%-
HSV(B)164.21º9.9%75.29%-
XYZ45.0550.1754.32-
YUV185.75128.71118.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 31.34%
GREEN value IS 192 (75.39% from 255) = 34.78%
BLUE value IS 187 (73.44% from 255) = 33.88%
R=31.34%
G=34.78%
B=33.88%

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
Decimal1731921870.1000.030.25164.2113.171.57
HexADC0BBA0319a4d48
Octal25530027312033124415110
Binary1010110111000000101110111010011110011010010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADC0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADC0BB; }

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

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

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

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

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

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

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

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