Html Css Color HEX #A8BCA5 Spring Rain

📋 copy color: '#A8BCA5'

red 168 ◦ green 188 ◦ blue 165

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

Shades of Spring Rain #A8BCA5

Tints of Spring Rain #A8BCA5

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.08%

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

R = 32.25%
G = 36.08%
B = 31.67%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.26

RGB Variations

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

Color information

#A8BCA5 (or 0xA8BCA5) is known color: Spring Rain. HEX triplet: A8, BC and A5. RGB value is (168,188,165). Sum of RGB (Red+Green+Blue) = 168+188+165=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 165 (64.84% from 255 or 31.67% from 521); Max value from RGB is 188 - color contains mainly: green. Hex color #A8BCA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BCA5 is #57435A. Grayscale: #B3B3B3. Windows color (decimal): -5718875 or 10861736. OLE color: 10861736.

HSL color Cylindrical-coordinate representation of color #A8BCA5: hue angle of 112.17º degrees, saturation: 0.15, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8BCA5 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.

Color convert

RGB 168 188 165 -
CMYK 0.11 0 0.12 0.26
HSL 112.17º 0.15% 0.69% -
HSV(B) 112.17º 0.12% 0.74% -
XYZ 40.92 47.01 42.51 -
YUV 179.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 168 188 165 0.11 0 0.12 0.26 112.17 0.15 0.69
Hex A8 BC A5 B 0 C 1A 70 F 45
Octal 250 274 245 13 0 14 32 160 17 105
Binary 10101000 10111100 10100101 1011 0 1100 11010 1110000 1111 1000101

Color Harmonies of #A8BCA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BCA5

Black with #A8BCA5

Text Example


Text Example

White with #A8BCA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BCA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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