Html Css Color HEX #ADBBAC Rainee

📋 copy color: '#ADBBAC'

red 173 ◦ green 187 ◦ blue 172

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

Shades of Rainee #ADBBAC

Tints of Rainee #ADBBAC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.15%

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

R = 32.52%
G = 35.15%
B = 32.33%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.27

RGB Variations

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

Color information

#ADBBAC (or 0xADBBAC) is known color: Rainee. HEX triplet: AD, BB and AC. RGB value is (173,187,172). Sum of RGB (Red+Green+Blue) = 173+187+172=532 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.52% from 532); Green value is 187 (73.44% from 255 or 35.15% from 532); Blue value is 172 (67.58% from 255 or 32.33% from 532); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBAC is #524453. Grayscale: #B5B5B5. Windows color (decimal): -5391444 or 11320237. OLE color: 11320237.

HSL color Cylindrical-coordinate representation of color #ADBBAC: hue angle of 116º degrees, saturation: 0.1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ADBBAC is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 172 -
CMYK 0.07 0 0.08 0.27
HSL 116º 0.1% 0.7% -
HSV(B) 116º 0.08% 0.73% -
XYZ 42.45 47.4 45.94 -
YUV 181.1 122.86 122.22 -
System Red Green Blue C M Y K H S L
Decimal 173 187 172 0.07 0 0.08 0.27 116 0.1 0.7
Hex AD BB AC 7 0 8 1B 74 A 46
Octal 255 273 254 7 0 10 33 164 12 106
Binary 10101101 10111011 10101100 111 0 1000 11011 1110100 1010 1000110

Color Harmonies of #ADBBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBAC

Black with #ADBBAC

Text Example


Text Example

White with #ADBBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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