Html Css Color HEX #ADC9BE Opal

📋 copy color: '#ADC9BE'

red 173 ◦ green 201 ◦ blue 190

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

Shades of Opal #ADC9BE

Tints of Opal #ADC9BE

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

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

R = 30.67%
G = 35.64%
B = 33.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#ADC9BE (or 0xADC9BE) is known color: Opal. HEX triplet: AD, C9 and BE. RGB value is (173,201,190). Sum of RGB (Red+Green+Blue) = 173+201+190=564 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.67% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 190 (74.61% from 255 or 33.69% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #ADC9BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC9BE is #523641. Grayscale: #BFBFBF. Windows color (decimal): -5387842 or 12503469. OLE color: 12503469.

HSL color Cylindrical-coordinate representation of color #ADC9BE: hue angle of 156.43º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ADC9BE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 173 201 190 -
CMYK 0.14 0 0.05 0.21
HSL 156.43º 0.21% 0.73% -
HSV(B) 156.43º 0.14% 0.79% -
XYZ 47.41 54.38 56.71 -
YUV 191.37 127.22 114.89 -
System Red Green Blue C M Y K H S L
Decimal 173 201 190 0.14 0 0.05 0.21 156.43 0.21 0.73
Hex AD C9 BE E 0 5 15 9C 15 49
Octal 255 311 276 16 0 5 25 234 25 111
Binary 10101101 11001001 10111110 1110 0 101 10101 10011100 10101 1001001

Color Harmonies of #ADC9BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC9BE

Black with #ADC9BE

Text Example


Text Example

White with #ADC9BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC9BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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