Html Css Color HEX #ADC7BC Tiara

📋 copy color: '#ADC7BC'

red 173 ◦ green 199 ◦ blue 188

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

Shades of Tiara #ADC7BC

Tints of Tiara #ADC7BC

RGB

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

 GREEN value IS 199 (78.13% from 255) = 35.54%

 BLUE value IS 188 (73.83% from 255) = 33.57%

R = 30.89%
G = 35.54%
B = 33.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#ADC7BC (or 0xADC7BC) is known color: Tiara. HEX triplet: AD, C7 and BC. RGB value is (173,199,188). Sum of RGB (Red+Green+Blue) = 173+199+188=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 199 (78.12% from 255 or 35.54% from 560); Blue value is 188 (73.83% from 255 or 33.57% from 560); Max value from RGB is 199 - color contains mainly: green. Hex color #ADC7BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC7BC is #523843. Grayscale: #BDBDBD. Windows color (decimal): -5388356 or 12371885. OLE color: 12371885.

HSL color Cylindrical-coordinate representation of color #ADC7BC: hue angle of 154.62º 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 #ADC7BC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 173 199 188 -
CMYK 0.13 0 0.06 0.22
HSL 154.62º 0.19% 0.73% -
HSV(B) 154.62º 0.13% 0.78% -
XYZ 46.73 53.36 55.41 -
YUV 189.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 173 199 188 0.13 0 0.06 0.22 154.62 0.19 0.73
Hex AD C7 BC D 0 6 16 9B 13 49
Octal 255 307 274 15 0 6 26 233 23 111
Binary 10101101 11000111 10111100 1101 0 110 10110 10011011 10011 1001001

Color Harmonies of #ADC7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC7BC

Black with #ADC7BC

Text Example


Text Example

White with #ADC7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC7BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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