Html Css Color HEX #ADC8BE Opal

📋 copy color: '#ADC8BE'

red 173 ◦ green 200 ◦ blue 190

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

Shades of Opal #ADC8BE

Tints of Opal #ADC8BE

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.52%

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

R = 30.73%
G = 35.52%
B = 33.75%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#ADC8BE (or 0xADC8BE) is known color: Opal. HEX triplet: AD, C8 and BE. RGB value is (173,200,190). Sum of RGB (Red+Green+Blue) = 173+200+190=563 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.73% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 190 (74.61% from 255 or 33.75% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8BE is #523741. Grayscale: #BEBEBE. Windows color (decimal): -5388098 or 12503213. OLE color: 12503213.

HSL color Cylindrical-coordinate representation of color #ADC8BE: hue angle of 157.78º degrees, saturation: 0.2, 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 #ADC8BE is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 200 190 -
CMYK 0.14 0 0.05 0.22
HSL 157.78º 0.2% 0.73% -
HSV(B) 157.78º 0.14% 0.78% -
XYZ 47.18 53.91 56.63 -
YUV 190.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 173 200 190 0.14 0 0.05 0.22 157.78 0.2 0.73
Hex AD C8 BE E 0 5 16 9E 14 49
Octal 255 310 276 16 0 5 26 236 24 111
Binary 10101101 11001000 10111110 1110 0 101 10110 10011110 10100 1001001

Color Harmonies of #ADC8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8BE

Black with #ADC8BE

Text Example


Text Example

White with #ADC8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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