Html Css Color HEX #ADBCAB Rainee

📋 copy color: '#ADBCAB'

red 173 ◦ green 188 ◦ blue 171

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

Shades of Rainee #ADBCAB

Tints of Rainee #ADBCAB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.34%

 BLUE value IS 171 (67.19% from 255) = 32.14%

R = 32.52%
G = 35.34%
B = 32.14%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#ADBCAB (or 0xADBCAB) is known color: Rainee. HEX triplet: AD, BC and AB. RGB value is (173,188,171). Sum of RGB (Red+Green+Blue) = 173+188+171=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 188 (73.83% from 255 or 35.34% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 188 - color contains mainly: green. Hex color #ADBCAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBCAB is #524354. Grayscale: #B5B5B5. Windows color (decimal): -5391189 or 11254957. OLE color: 11254957.

HSL color Cylindrical-coordinate representation of color #ADBCAB: hue angle of 112.94º degrees, saturation: 0.11, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBCAB is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.

Color convert

RGB 173 188 171 -
CMYK 0.08 0 0.09 0.26
HSL 112.94º 0.11% 0.7% -
HSV(B) 112.94º 0.09% 0.74% -
XYZ 42.57 47.79 45.51 -
YUV 181.58 122.03 121.88 -
System Red Green Blue C M Y K H S L
Decimal 173 188 171 0.08 0 0.09 0.26 112.94 0.11 0.7
Hex AD BC AB 8 0 9 1A 71 B 46
Octal 255 274 253 10 0 11 32 161 13 106
Binary 10101101 10111100 10101011 1000 0 1001 11010 1110001 1011 1000110

Color Harmonies of #ADBCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBCAB

Black with #ADBCAB

Text Example


Text Example

White with #ADBCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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