Html Css Color HEX #ADBBA6 Spring Rain

📋 copy color: '#ADBBA6'

red 173 ◦ green 187 ◦ blue 166

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

Shades of Spring Rain #ADBBA6

Tints of Spring Rain #ADBBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.56%

R = 32.89%
G = 35.55%
B = 31.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#ADBBA6 (or 0xADBBA6) is known color: Spring Rain. HEX triplet: AD, BB and A6. RGB value is (173,187,166). Sum of RGB (Red+Green+Blue) = 173+187+166=526 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.89% from 526); Green value is 187 (73.44% from 255 or 35.55% from 526); Blue value is 166 (65.23% from 255 or 31.56% from 526); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA6 is #524459. Grayscale: #B4B4B4. Windows color (decimal): -5391450 or 10927021. OLE color: 10927021.

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

Color convert

RGB 173 187 166 -
CMYK 0.07 0 0.11 0.27
HSL 100º 0.13% 0.69% -
HSV(B) 100º 0.11% 0.73% -
XYZ 41.89 47.18 42.98 -
YUV 180.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 173 187 166 0.07 0 0.11 0.27 100 0.13 0.69
Hex AD BB A6 7 0 B 1B 64 D 45
Octal 255 273 246 7 0 13 33 144 15 105
Binary 10101101 10111011 10100110 111 0 1011 11011 1100100 1101 1000101

Color Harmonies of #ADBBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBA6

Black with #ADBBA6

Text Example


Text Example

White with #ADBBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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