Html Css Color HEX #ADBEAC Rainee

📋 copy color: '#ADBEAC'

red 173 ◦ green 190 ◦ blue 172

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

Shades of Rainee #ADBEAC

Tints of Rainee #ADBEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 35.51%

 BLUE value IS 172 (67.58% from 255) = 32.15%

R = 32.34%
G = 35.51%
B = 32.15%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#ADBEAC (or 0xADBEAC) is known color: Rainee. HEX triplet: AD, BE and AC. RGB value is (173,190,172). Sum of RGB (Red+Green+Blue) = 173+190+172=535 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.34% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 190 - color contains mainly: green. Hex color #ADBEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBEAC is #524153. Grayscale: #B6B6B6. Windows color (decimal): -5390676 or 11321005. OLE color: 11321005.

HSL color Cylindrical-coordinate representation of color #ADBEAC: hue angle of 116.67º degrees, saturation: 0.12, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #ADBEAC is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 173 190 172 -
CMYK 0.09 0 0.09 0.25
HSL 116.67º 0.12% 0.71% -
HSV(B) 116.67º 0.09% 0.75% -
XYZ 43.09 48.69 46.16 -
YUV 182.87 121.87 120.96 -
System Red Green Blue C M Y K H S L
Decimal 173 190 172 0.09 0 0.09 0.25 116.67 0.12 0.71
Hex AD BE AC 9 0 9 19 75 C 47
Octal 255 276 254 11 0 11 31 165 14 107
Binary 10101101 10111110 10101100 1001 0 1001 11001 1110101 1100 1000111

Color Harmonies of #ADBEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBEAC

Black with #ADBEAC

Text Example


Text Example

White with #ADBEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBEAC; }

 p { color: rgb(173,190,172); }

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

background-color css

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

 a { background-color: rgb(173,190,172); }

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

border-color css

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

 span { border-color: rgb(173,190,172); }

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