Html Css Color HEX #A8BDA4 Spring Rain

📋 copy color: '#A8BDA4'

red 168 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #A8BDA4

Tints of Spring Rain #A8BDA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.48%

R = 32.25%
G = 36.28%
B = 31.48%

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

#A8BDA4 (or 0xA8BDA4) is known color: Spring Rain. HEX triplet: A8, BD and A4. RGB value is (168,189,164). Sum of RGB (Red+Green+Blue) = 168+189+164=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 164 (64.45% from 255 or 31.48% from 521); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA4 is #57425B. Grayscale: #B3B3B3. Windows color (decimal): -5718620 or 10796456. OLE color: 10796456.

HSL color Cylindrical-coordinate representation of color #A8BDA4: hue angle of 110.4º degrees, saturation: 0.16, 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 #A8BDA4 is Cyan = 0.11, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 189 164 -
CMYK 0.11 0 0.13 0.26
HSL 110.4º 0.16% 0.69% -
HSV(B) 110.4º 0.13% 0.74% -
XYZ 41.05 47.4 42.11 -
YUV 179.87 119.04 119.53 -
System Red Green Blue C M Y K H S L
Decimal 168 189 164 0.11 0 0.13 0.26 110.4 0.16 0.69
Hex A8 BD A4 B 0 D 1A 6E 10 45
Octal 250 275 244 13 0 15 32 156 20 105
Binary 10101000 10111101 10100100 1011 0 1101 11010 1101110 10000 1000101

Color Harmonies of #A8BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDA4

Black with #A8BDA4

Text Example


Text Example

White with #A8BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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