Html Css Color HEX #A8BFA5 Spring Rain

📋 copy color: '#A8BFA5'

red 168 ◦ green 191 ◦ blue 165

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

Shades of Spring Rain #A8BFA5

Tints of Spring Rain #A8BFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.49%

R = 32.06%
G = 36.45%
B = 31.49%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#A8BFA5 (or 0xA8BFA5) is known color: Spring Rain. HEX triplet: A8, BF and A5. RGB value is (168,191,165). Sum of RGB (Red+Green+Blue) = 168+191+165=524 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.06% from 524); Green value is 191 (75% from 255 or 36.45% from 524); Blue value is 165 (64.84% from 255 or 31.49% from 524); Max value from RGB is 191 - color contains mainly: green. Hex color #A8BFA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BFA5 is #57405A. Grayscale: #B5B5B5. Windows color (decimal): -5718107 or 10862504. OLE color: 10862504.

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

Color convert

RGB 168 191 165 -
CMYK 0.12 0 0.14 0.25
HSL 113.08º 0.17% 0.7% -
HSV(B) 113.08º 0.14% 0.75% -
XYZ 41.57 48.3 42.73 -
YUV 181.16 118.88 118.61 -
System Red Green Blue C M Y K H S L
Decimal 168 191 165 0.12 0 0.14 0.25 113.08 0.17 0.7
Hex A8 BF A5 C 0 E 19 71 11 46
Octal 250 277 245 14 0 16 31 161 21 106
Binary 10101000 10111111 10100101 1100 0 1110 11001 1110001 10001 1000110

Color Harmonies of #A8BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BFA5

Black with #A8BFA5

Text Example


Text Example

White with #A8BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BFA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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