Html Css Color HEX #A5BFA3 Spring Rain

📋 copy color: '#A5BFA3'

red 165 ◦ green 191 ◦ blue 163

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

Shades of Spring Rain #A5BFA3

Tints of Spring Rain #A5BFA3

RGB

 RED value IS 165 (64.84% from 255) = 31.79%

 GREEN value IS 191 (75% from 255) = 36.8%

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

R = 31.79%
G = 36.8%
B = 31.41%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#A5BFA3 (or 0xA5BFA3) is known color: Spring Rain. HEX triplet: A5, BF and A3. RGB value is (165,191,163). Sum of RGB (Red+Green+Blue) = 165+191+163=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 163 (64.06% from 255 or 31.41% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #A5BFA3 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5BFA3 is #5A405C. Grayscale: #B4B4B4. Windows color (decimal): -5914717 or 10731429. OLE color: 10731429.

HSL color Cylindrical-coordinate representation of color #A5BFA3: hue angle of 115.71º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A5BFA3 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 165 191 163 -
CMYK 0.14 0 0.15 0.25
HSL 115.71º 0.18% 0.69% -
HSV(B) 115.71º 0.15% 0.75% -
XYZ 40.76 47.91 41.75 -
YUV 180.03 118.39 117.28 -
System Red Green Blue C M Y K H S L
Decimal 165 191 163 0.14 0 0.15 0.25 115.71 0.18 0.69
Hex A5 BF A3 E 0 F 19 74 12 45
Octal 245 277 243 16 0 17 31 164 22 105
Binary 10100101 10111111 10100011 1110 0 1111 11001 1110100 10010 1000101

Color Harmonies of #A5BFA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5BFA3

Black with #A5BFA3

Text Example


Text Example

White with #A5BFA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5BFA3; }

 p { color: rgb(165,191,163); }

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

background-color css

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

 a { background-color: rgb(165,191,163); }

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

border-color css

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

 span { border-color: rgb(165,191,163); }

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