Html Css Color HEX #A8BEA1 Spring Rain

📋 copy color: '#A8BEA1'

red 168 ◦ green 190 ◦ blue 161

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

Shades of Spring Rain #A8BEA1

Tints of Spring Rain #A8BEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 31.02%

R = 32.37%
G = 36.61%
B = 31.02%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#A8BEA1 (or 0xA8BEA1) is known color: Spring Rain. HEX triplet: A8, BE and A1. RGB value is (168,190,161). Sum of RGB (Red+Green+Blue) = 168+190+161=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 190 (74.61% from 255 or 36.61% from 519); Blue value is 161 (63.28% from 255 or 31.02% from 519); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA1 is #57415E. Grayscale: #B4B4B4. Windows color (decimal): -5718367 or 10600104. OLE color: 10600104.

HSL color Cylindrical-coordinate representation of color #A8BEA1: hue angle of 105.52º 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 #A8BEA1 is Cyan = 0.12, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 168 190 161 -
CMYK 0.12 0 0.15 0.25
HSL 105.52º 0.18% 0.69% -
HSV(B) 105.52º 0.15% 0.75% -
XYZ 40.99 47.72 40.77 -
YUV 180.12 117.21 119.36 -
System Red Green Blue C M Y K H S L
Decimal 168 190 161 0.12 0 0.15 0.25 105.52 0.18 0.69
Hex A8 BE A1 C 0 F 19 6A 12 45
Octal 250 276 241 14 0 17 31 152 22 105
Binary 10101000 10111110 10100001 1100 0 1111 11001 1101010 10010 1000101

Color Harmonies of #A8BEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEA1

Black with #A8BEA1

Text Example


Text Example

White with #A8BEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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