Html Css Color HEX #A8BAA5 Spring Rain

📋 copy color: '#A8BAA5'

red 168 ◦ green 186 ◦ blue 165

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

Shades of Spring Rain #A8BAA5

Tints of Spring Rain #A8BAA5

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.84%

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

R = 32.37%
G = 35.84%
B = 31.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.11

 K value IS 0.27

RGB Variations

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

Color information

#A8BAA5 (or 0xA8BAA5) is known color: Spring Rain. HEX triplet: A8, BA and A5. RGB value is (168,186,165). Sum of RGB (Red+Green+Blue) = 168+186+165=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 186 (73.05% from 255 or 35.84% from 519); Blue value is 165 (64.84% from 255 or 31.79% from 519); Max value from RGB is 186 - color contains mainly: green. Hex color #A8BAA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BAA5 is #57455A. Grayscale: #B2B2B2. Windows color (decimal): -5719387 or 10861224. OLE color: 10861224.

HSL color Cylindrical-coordinate representation of color #A8BAA5: hue angle of 111.43º degrees, saturation: 0.13, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8BAA5 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 186 165 -
CMYK 0.10 0 0.11 0.27
HSL 111.43º 0.13% 0.69% -
HSV(B) 111.43º 0.11% 0.73% -
XYZ 40.5 46.16 42.37 -
YUV 178.22 120.54 120.71 -
System Red Green Blue C M Y K H S L
Decimal 168 186 165 0.10 0 0.11 0.27 111.43 0.13 0.69
Hex A8 BA A5 A 0 B 1B 6F D 45
Octal 250 272 245 12 0 13 33 157 15 105
Binary 10101000 10111010 10100101 1010 0 1011 11011 1101111 1101 1000101

Color Harmonies of #A8BAA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BAA5

Black with #A8BAA5

Text Example


Text Example

White with #A8BAA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BAA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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