Html Css Color HEX #ADC8BC Tiara

📋 copy color: '#ADC8BC'

red 173 ◦ green 200 ◦ blue 188

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

Shades of Tiara #ADC8BC

Tints of Tiara #ADC8BC

RGB

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

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

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

R = 30.84%
G = 35.65%
B = 33.51%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#ADC8BC (or 0xADC8BC) is known color: Tiara. HEX triplet: AD, C8 and BC. RGB value is (173,200,188). Sum of RGB (Red+Green+Blue) = 173+200+188=561 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.84% from 561); Green value is 200 (78.52% from 255 or 35.65% from 561); Blue value is 188 (73.83% from 255 or 33.51% from 561); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8BC is #523743. Grayscale: #BEBEBE. Windows color (decimal): -5388100 or 12372141. OLE color: 12372141.

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

Color convert

RGB 173 200 188 -
CMYK 0.14 0 0.06 0.22
HSL 153.33º 0.2% 0.73% -
HSV(B) 153.33º 0.14% 0.78% -
XYZ 46.96 53.82 55.49 -
YUV 190.56 126.55 115.48 -
System Red Green Blue C M Y K H S L
Decimal 173 200 188 0.14 0 0.06 0.22 153.33 0.2 0.73
Hex AD C8 BC E 0 6 16 99 14 49
Octal 255 310 274 16 0 6 26 231 24 111
Binary 10101101 11001000 10111100 1110 0 110 10110 10011001 10100 1001001

Color Harmonies of #ADC8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8BC

Black with #ADC8BC

Text Example


Text Example

White with #ADC8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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