Html Css Color HEX #A8BDA2 Spring Rain

📋 copy color: '#A8BDA2'

red 168 ◦ green 189 ◦ blue 162

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

Shades of Spring Rain #A8BDA2

Tints of Spring Rain #A8BDA2

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.42%

 BLUE value IS 162 (63.67% from 255) = 31.21%

R = 32.37%
G = 36.42%
B = 31.21%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#A8BDA2 (or 0xA8BDA2) is known color: Spring Rain. HEX triplet: A8, BD and A2. RGB value is (168,189,162). Sum of RGB (Red+Green+Blue) = 168+189+162=519 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.37% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 162 (63.67% from 255 or 31.21% from 519); Max value from RGB is 189 - color contains mainly: green. Hex color #A8BDA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8BDA2 is #57425D. Grayscale: #B3B3B3. Windows color (decimal): -5718622 or 10665384. OLE color: 10665384.

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

Color convert

RGB 168 189 162 -
CMYK 0.11 0 0.14 0.26
HSL 106.67º 0.17% 0.69% -
HSV(B) 106.67º 0.14% 0.74% -
XYZ 40.87 47.33 41.16 -
YUV 179.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 168 189 162 0.11 0 0.14 0.26 106.67 0.17 0.69
Hex A8 BD A2 B 0 E 1A 6B 11 45
Octal 250 275 242 13 0 16 32 153 21 105
Binary 10101000 10111101 10100010 1011 0 1110 11010 1101011 10001 1000101

Color Harmonies of #A8BDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8BDA2

Black with #A8BDA2

Text Example


Text Example

White with #A8BDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8BDA2; }

 p { color: rgb(168,189,162); }

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

background-color css

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

 a { background-color: rgb(168,189,162); }

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

border-color css

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

 span { border-color: rgb(168,189,162); }

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