Html Css Color HEX #A3BDA4 Spring Rain

📋 copy color: '#A3BDA4'

red 163 ◦ green 189 ◦ blue 164

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

Shades of Spring Rain #A3BDA4

Tints of Spring Rain #A3BDA4

RGB

 RED value IS 163 (64.06% from 255) = 31.59%

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

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

R = 31.59%
G = 36.63%
B = 31.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#A3BDA4 (or 0xA3BDA4) is known color: Spring Rain. HEX triplet: A3, BD and A4. RGB value is (163,189,164). Sum of RGB (Red+Green+Blue) = 163+189+164=516 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.59% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 164 (64.45% from 255 or 31.78% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #A3BDA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3BDA4 is #5C425B. Grayscale: #B2B2B2. Windows color (decimal): -6046300 or 10796451. OLE color: 10796451.

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

Color convert

RGB 163 189 164 -
CMYK 0.14 0 0.13 0.26
HSL 122.31º 0.16% 0.69% -
HSV(B) 122.31º 0.14% 0.74% -
XYZ 40 46.86 42.06 -
YUV 178.38 119.89 117.03 -
System Red Green Blue C M Y K H S L
Decimal 163 189 164 0.14 0 0.13 0.26 122.31 0.16 0.69
Hex A3 BD A4 E 0 D 1A 7A 10 45
Octal 243 275 244 16 0 15 32 172 20 105
Binary 10100011 10111101 10100100 1110 0 1101 11010 1111010 10000 1000101

Color Harmonies of #A3BDA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3BDA4

Black with #A3BDA4

Text Example


Text Example

White with #A3BDA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3BDA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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