Html Css Color HEX #ADBBA7 Spring Rain

📋 copy color: '#ADBBA7'

red 173 ◦ green 187 ◦ blue 167

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

Shades of Spring Rain #ADBBA7

Tints of Spring Rain #ADBBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 31.69%

R = 32.83%
G = 35.48%
B = 31.69%

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

#ADBBA7 (or 0xADBBA7) is known color: Spring Rain. HEX triplet: AD, BB and A7. RGB value is (173,187,167). Sum of RGB (Red+Green+Blue) = 173+187+167=527 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.83% from 527); Green value is 187 (73.44% from 255 or 35.48% from 527); Blue value is 167 (65.62% from 255 or 31.69% from 527); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA7 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA7 is #524458. Grayscale: #B4B4B4. Windows color (decimal): -5391449 or 10992557. OLE color: 10992557.

HSL color Cylindrical-coordinate representation of color #ADBBA7: hue angle of 102º 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 #ADBBA7 is Cyan = 0.07, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 173 187 167 -
CMYK 0.07 0 0.11 0.27
HSL 102º 0.13% 0.69% -
HSV(B) 102º 0.11% 0.73% -
XYZ 41.98 47.21 43.46 -
YUV 180.53 120.36 122.63 -
System Red Green Blue C M Y K H S L
Decimal 173 187 167 0.07 0 0.11 0.27 102 0.13 0.69
Hex AD BB A7 7 0 B 1B 66 D 45
Octal 255 273 247 7 0 13 33 146 15 105
Binary 10101101 10111011 10100111 111 0 1011 11011 1100110 1101 1000101

Color Harmonies of #ADBBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBA7

Black with #ADBBA7

Text Example


Text Example

White with #ADBBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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