Html Css Color HEX #ADC5BB Loblolly

📋 copy color: '#ADC5BB'

red 173 ◦ green 197 ◦ blue 187

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

Shades of Loblolly #ADC5BB

Tints of Loblolly #ADC5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

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

R = 31.06%
G = 35.37%
B = 33.57%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#ADC5BB (or 0xADC5BB) is known color: Loblolly. HEX triplet: AD, C5 and BB. RGB value is (173,197,187). Sum of RGB (Red+Green+Blue) = 173+197+187=557 (73% of max value = 765). Red value is 173 (67.97% from 255 or 31.06% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 187 (73.44% from 255 or 33.57% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #ADC5BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADC5BB is #523A44. Grayscale: #BCBCBC. Windows color (decimal): -5388869 or 12305837. OLE color: 12305837.

HSL color Cylindrical-coordinate representation of color #ADC5BB: hue angle of 155º degrees, saturation: 0.17, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ADC5BB is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 173 197 187 -
CMYK 0.12 0 0.05 0.23
HSL 155º 0.17% 0.73% -
HSV(B) 155º 0.12% 0.77% -
XYZ 46.17 52.4 54.7 -
YUV 188.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 173 197 187 0.12 0 0.05 0.23 155 0.17 0.73
Hex AD C5 BB C 0 5 17 9B 11 49
Octal 255 305 273 14 0 5 27 233 21 111
Binary 10101101 11000101 10111011 1100 0 101 10111 10011011 10001 1001001

Color Harmonies of #ADC5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADC5BB

Black with #ADC5BB

Text Example


Text Example

White with #ADC5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADC5BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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