Html Css Color HEX #A8BDA5 Spring Rain

📋 copy color: '#A8BDA5'

red 168 ◦ green 189 ◦ blue 165

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

Shades of Spring Rain #A8BDA5

Tints of Spring Rain #A8BDA5

RGB

 RED value IS 168 (66.02% from 255) = 32.18%

 GREEN value IS 189 (74.22% from 255) = 36.21%

 BLUE value IS 165 (64.84% from 255) = 31.61%

R = 32.18%
G = 36.21%
B = 31.61%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A8BDA5 (or 0xA8BDA5) is known color: Spring Rain. HEX triplet: A8, BD and A5. RGB value is (168,189,165). Sum of RGB (Red+Green+Blue) = 168+189+165=522 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.18% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA5 is #57425A. Grayscale: #B4B4B4. Windows color (decimal): -5718619 or 10861992. OLE color: 10861992.

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

Color convert

RGB 168 189 165 -
CMYK 0.11 0 0.13 0.26
HSL 112.5º 0.15% 0.69% -
HSV(B) 112.5º 0.13% 0.74% -
XYZ 41.14 47.44 42.59 -
YUV 179.99 119.54 119.45 -
System Red Green Blue C M Y K H S L
Decimal 168 189 165 0.11 0 0.13 0.26 112.5 0.15 0.69
Hex A8 BD A5 B 0 D 1A 70 F 45
Octal 250 275 245 13 0 15 32 160 17 105
Binary 10101000 10111101 10100101 1011 0 1101 11010 1110000 1111 1000101

Color Harmonies of #A8BDA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDA5

Black with #A8BDA5

Text Example


Text Example

White with #A8BDA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDA5; }

 p { color: rgb(168,189,165); }

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

background-color css

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

 a { background-color: rgb(168,189,165); }

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

border-color css

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

 span { border-color: rgb(168,189,165); }

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