Html Css Color HEX #A8BBA6 Spring Rain

📋 copy color: '#A8BBA6'

red 168 ◦ green 187 ◦ blue 166

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

Shades of Spring Rain #A8BBA6

Tints of Spring Rain #A8BBA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.86%

R = 32.25%
G = 35.89%
B = 31.86%

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

#A8BBA6 (or 0xA8BBA6) is known color: Spring Rain. HEX triplet: A8, BB and A6. RGB value is (168,187,166). Sum of RGB (Red+Green+Blue) = 168+187+166=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 187 (73.44% from 255 or 35.89% from 521); Blue value is 166 (65.23% from 255 or 31.86% from 521); Max value from RGB is 187 - color contains mainly: green. Hex color #A8BBA6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BBA6 is #574459. Grayscale: #B2B2B2. Windows color (decimal): -5719130 or 10927016. OLE color: 10927016.

HSL color Cylindrical-coordinate representation of color #A8BBA6: hue angle of 114.29º 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 #A8BBA6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.

Color convert

RGB 168 187 166 -
CMYK 0.10 0 0.11 0.27
HSL 114.29º 0.13% 0.69% -
HSV(B) 114.29º 0.11% 0.73% -
XYZ 40.8 46.62 42.92 -
YUV 178.93 120.71 120.21 -
System Red Green Blue C M Y K H S L
Decimal 168 187 166 0.10 0 0.11 0.27 114.29 0.13 0.69
Hex A8 BB A6 A 0 B 1B 72 D 45
Octal 250 273 246 12 0 13 33 162 15 105
Binary 10101000 10111011 10100110 1010 0 1011 11011 1110010 1101 1000101

Color Harmonies of #A8BBA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BBA6

Black with #A8BBA6

Text Example


Text Example

White with #A8BBA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BBA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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