Html Css Color HEX #A8BE9F Spring Rain

📋 copy color: '#A8BE9F'

red 168 ◦ green 190 ◦ blue 159

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

Shades of Spring Rain #A8BE9F

Tints of Spring Rain #A8BE9F

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.75%

 BLUE value IS 159 (62.5% from 255) = 30.75%

R = 32.5%
G = 36.75%
B = 30.75%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#A8BE9F (or 0xA8BE9F) is known color: Spring Rain. HEX triplet: A8, BE and 9F. RGB value is (168,190,159). Sum of RGB (Red+Green+Blue) = 168+190+159=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 190 (74.61% from 255 or 36.75% from 517); Blue value is 159 (62.5% from 255 or 30.75% from 517); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BE9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BE9F is #574160. Grayscale: #B3B3B3. Windows color (decimal): -5718369 or 10469032. OLE color: 10469032.

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

Color convert

RGB 168 190 159 -
CMYK 0.12 0 0.16 0.25
HSL 102.58º 0.19% 0.68% -
HSV(B) 102.58º 0.16% 0.75% -
XYZ 40.82 47.65 39.85 -
YUV 179.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 168 190 159 0.12 0 0.16 0.25 102.58 0.19 0.68
Hex A8 BE 9F C 0 10 19 67 13 44
Octal 250 276 237 14 0 20 31 147 23 104
Binary 10101000 10111110 10011111 1100 0 10000 11001 1100111 10011 1000100

Color Harmonies of #A8BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BE9F

Black with #A8BE9F

Text Example


Text Example

White with #A8BE9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BE9F; }

 p { color: rgb(168,190,159); }

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

background-color css

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

 a { background-color: rgb(168,190,159); }

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

border-color css

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

 span { border-color: rgb(168,190,159); }

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