Html Css Color HEX #ADC4BE Opal

📋 copy color: '#ADC4BE'

red 173 ◦ green 196 ◦ blue 190

#ADC4BE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Opal #ADC4BE

Tints of Opal #ADC4BE

RGB

 RED value IS 173 (67.97% from 255) = 30.95%

 GREEN value IS 196 (76.95% from 255) = 35.06%

 BLUE value IS 190 (74.61% from 255) = 33.99%

R = 30.95%
G = 35.06%
B = 33.99%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#ADC4BE (or 0xADC4BE) is known color: Opal. HEX triplet: AD, C4 and BE. RGB value is (173,196,190). Sum of RGB (Red+Green+Blue) = 173+196+190=559 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.95% from 559); Green value is 196 (76.95% from 255 or 35.06% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 196 - color contains mainly: green. Hex color #ADC4BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC4BE is #523B41. Grayscale: #BCBCBC. Windows color (decimal): -5389122 or 12502189. OLE color: 12502189.

HSL color Cylindrical-coordinate representation of color #ADC4BE: hue angle of 164.35º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC4BE is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 196 190 -
CMYK 0.12 0 0.03 0.23
HSL 164.35º 0.16% 0.72% -
HSV(B) 164.35º 0.12% 0.77% -
XYZ 46.27 52.08 56.33 -
YUV 188.44 128.88 116.99 -
System Red Green Blue C M Y K H S L
Decimal 173 196 190 0.12 0 0.03 0.23 164.35 0.16 0.72
Hex AD C4 BE C 0 3 17 A4 10 48
Octal 255 304 276 14 0 3 27 244 20 110
Binary 10101101 11000100 10111110 1100 0 11 10111 10100100 10000 1001000

Color Harmonies of #ADC4BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC4BE

Black with #ADC4BE

Text Example


Text Example

White with #ADC4BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC4BE; }

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

 H1.HeaderClassName
 {
   color: #ADC4BE;
 }
 .AnyTagClassName
 {
   color: #ADC4BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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