Html Css Color HEX #A8BEA5 Spring Rain

📋 copy color: '#A8BEA5'

red 168 ◦ green 190 ◦ blue 165

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

Shades of Spring Rain #A8BEA5

Tints of Spring Rain #A8BEA5

RGB

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

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

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

R = 32.12%
G = 36.33%
B = 31.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#A8BEA5 (or 0xA8BEA5) is known color: Spring Rain. HEX triplet: A8, BE and A5. RGB value is (168,190,165). Sum of RGB (Red+Green+Blue) = 168+190+165=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 190 (74.61% from 255 or 36.33% from 523); Blue value is 165 (64.84% from 255 or 31.55% from 523); Max value from RGB is 190 - color contains mainly: green. Hex color #A8BEA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BEA5 is #57415A. Grayscale: #B4B4B4. Windows color (decimal): -5718363 or 10862248. OLE color: 10862248.

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

Color convert

RGB 168 190 165 -
CMYK 0.12 0 0.13 0.25
HSL 112.8º 0.16% 0.7% -
HSV(B) 112.8º 0.13% 0.75% -
XYZ 41.35 47.87 42.66 -
YUV 180.57 119.21 119.03 -
System Red Green Blue C M Y K H S L
Decimal 168 190 165 0.12 0 0.13 0.25 112.8 0.16 0.7
Hex A8 BE A5 C 0 D 19 71 10 46
Octal 250 276 245 14 0 15 31 161 20 106
Binary 10101000 10111110 10100101 1100 0 1101 11001 1110001 10000 1000110

Color Harmonies of #A8BEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BEA5

Black with #A8BEA5

Text Example


Text Example

White with #A8BEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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