Html Css Color HEX #ADBBA8 Spring Rain

📋 copy color: '#ADBBA8'

red 173 ◦ green 187 ◦ blue 168

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

Shades of Spring Rain #ADBBA8

Tints of Spring Rain #ADBBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 32.77%
G = 35.42%
B = 31.82%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.10

 K value IS 0.27

RGB Variations

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

Color information

#ADBBA8 (or 0xADBBA8) is known color: Spring Rain. HEX triplet: AD, BB and A8. RGB value is (173,187,168). Sum of RGB (Red+Green+Blue) = 173+187+168=528 (69% of max value = 765). Red value is 173 (67.97% from 255 or 32.77% from 528); Green value is 187 (73.44% from 255 or 35.42% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 187 - color contains mainly: green. Hex color #ADBBA8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ADBBA8 is #524457. Grayscale: #B4B4B4. Windows color (decimal): -5391448 or 11058093. OLE color: 11058093.

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

Color convert

RGB 173 187 168 -
CMYK 0.07 0 0.10 0.27
HSL 104.21º 0.12% 0.7% -
HSV(B) 104.21º 0.1% 0.73% -
XYZ 42.07 47.25 43.95 -
YUV 180.65 120.86 122.54 -
System Red Green Blue C M Y K H S L
Decimal 173 187 168 0.07 0 0.10 0.27 104.21 0.12 0.7
Hex AD BB A8 7 0 A 1B 68 C 46
Octal 255 273 250 7 0 12 33 150 14 106
Binary 10101101 10111011 10101000 111 0 1010 11011 1101000 1100 1000110

Color Harmonies of #ADBBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBBA8

Black with #ADBBA8

Text Example


Text Example

White with #ADBBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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