Html Css Color HEX #A8BBA5 Spring Rain

📋 copy color: '#A8BBA5'

red 168 ◦ green 187 ◦ blue 165

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

Shades of Spring Rain #A8BBA5

Tints of Spring Rain #A8BBA5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 35.96%

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

R = 32.31%
G = 35.96%
B = 31.73%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.27

RGB Variations

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

Color information

#A8BBA5 (or 0xA8BBA5) is known color: Spring Rain. HEX triplet: A8, BB and A5. RGB value is (168,187,165). Sum of RGB (Red+Green+Blue) = 168+187+165=520 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.31% from 520); Green value is 187 (73.44% from 255 or 35.96% from 520); Blue value is 165 (64.84% from 255 or 31.73% from 520); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBA5 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBA5 is #57445A. Grayscale: #B2B2B2. Windows color (decimal): -5719131 or 10861480. OLE color: 10861480.

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

Color convert

RGB 168 187 165 -
CMYK 0.10 0 0.12 0.27
HSL 111.82º 0.14% 0.69% -
HSV(B) 111.82º 0.12% 0.73% -
XYZ 40.71 46.58 42.44 -
YUV 178.81 120.21 120.29 -
System Red Green Blue C M Y K H S L
Decimal 168 187 165 0.10 0 0.12 0.27 111.82 0.14 0.69
Hex A8 BB A5 A 0 C 1B 70 E 45
Octal 250 273 245 12 0 14 33 160 16 105
Binary 10101000 10111011 10100101 1010 0 1100 11011 1110000 1110 1000101

Color Harmonies of #A8BBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBA5

Black with #A8BBA5

Text Example


Text Example

White with #A8BBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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