Html Css Color HEX #A8BDA0 Spring Rain

📋 copy color: '#A8BDA0'

red 168 ◦ green 189 ◦ blue 160

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

Shades of Spring Rain #A8BDA0

Tints of Spring Rain #A8BDA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 30.95%

R = 32.5%
G = 36.56%
B = 30.95%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#A8BDA0 (or 0xA8BDA0) is known color: Spring Rain. HEX triplet: A8, BD and A0. RGB value is (168,189,160). Sum of RGB (Red+Green+Blue) = 168+189+160=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 160 (62.89% from 255 or 30.95% from 517); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA0 is #57425F. Grayscale: #B3B3B3. Windows color (decimal): -5718624 or 10534312. OLE color: 10534312.

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

Color convert

RGB 168 189 160 -
CMYK 0.11 0 0.15 0.26
HSL 103.45º 0.18% 0.68% -
HSV(B) 103.45º 0.15% 0.74% -
XYZ 40.69 47.26 40.23 -
YUV 179.42 117.04 119.86 -
System Red Green Blue C M Y K H S L
Decimal 168 189 160 0.11 0 0.15 0.26 103.45 0.18 0.68
Hex A8 BD A0 B 0 F 1A 67 12 44
Octal 250 275 240 13 0 17 32 147 22 104
Binary 10101000 10111101 10100000 1011 0 1111 11010 1100111 10010 1000100

Color Harmonies of #A8BDA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDA0

Black with #A8BDA0

Text Example


Text Example

White with #A8BDA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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