Html Css Color HEX #ADC8BB Tiara

📋 copy color: '#ADC8BB'

red 173 ◦ green 200 ◦ blue 187

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

Shades of Tiara #ADC8BB

Tints of Tiara #ADC8BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 33.39%

R = 30.89%
G = 35.71%
B = 33.39%

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

#ADC8BB (or 0xADC8BB) is known color: Tiara. HEX triplet: AD, C8 and BB. RGB value is (173,200,187). Sum of RGB (Red+Green+Blue) = 173+200+187=560 (74% of max value = 765). Red value is 173 (67.97% from 255 or 30.89% from 560); Green value is 200 (78.52% from 255 or 35.71% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 200 - color contains mainly: green. Hex color #ADC8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC8BB is #523744. Grayscale: #BEBEBE. Windows color (decimal): -5388101 or 12306605. OLE color: 12306605.

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

Color convert

RGB 173 200 187 -
CMYK 0.14 0 0.06 0.22
HSL 151.11º 0.2% 0.73% -
HSV(B) 151.11º 0.14% 0.78% -
XYZ 46.86 53.78 54.92 -
YUV 190.45 126.05 115.56 -
System Red Green Blue C M Y K H S L
Decimal 173 200 187 0.14 0 0.06 0.22 151.11 0.2 0.73
Hex AD C8 BB E 0 6 16 97 14 49
Octal 255 310 273 16 0 6 26 227 24 111
Binary 10101101 11001000 10111011 1110 0 110 10110 10010111 10100 1001001

Color Harmonies of #ADC8BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC8BB

Black with #ADC8BB

Text Example


Text Example

White with #ADC8BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC8BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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