Html Css Color HEX #A8BDA3 Spring Rain

📋 copy color: '#A8BDA3'

red 168 ◦ green 189 ◦ blue 163

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

Shades of Spring Rain #A8BDA3

Tints of Spring Rain #A8BDA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 31.35%

R = 32.31%
G = 36.35%
B = 31.35%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A8BDA3 (or 0xA8BDA3) is known color: Spring Rain. HEX triplet: A8, BD and A3. RGB value is (168,189,163). Sum of RGB (Red+Green+Blue) = 168+189+163=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 163 (64.06% from 255 or 31.35% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA3 is #57425C. Grayscale: #B3B3B3. Windows color (decimal): -5718621 or 10730920. OLE color: 10730920.

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

Color convert

RGB 168 189 163 -
CMYK 0.11 0 0.14 0.26
HSL 108.46º 0.16% 0.69% -
HSV(B) 108.46º 0.14% 0.74% -
XYZ 40.96 47.36 41.63 -
YUV 179.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 168 189 163 0.11 0 0.14 0.26 108.46 0.16 0.69
Hex A8 BD A3 B 0 E 1A 6C 10 45
Octal 250 275 243 13 0 16 32 154 20 105
Binary 10101000 10111101 10100011 1011 0 1110 11010 1101100 10000 1000101

Color Harmonies of #A8BDA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDA3

Black with #A8BDA3

Text Example


Text Example

White with #A8BDA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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