Html Css Color HEX #A4BFA2 Spring Rain

📋 copy color: '#A4BFA2'

red 164 ◦ green 191 ◦ blue 162

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

Shades of Spring Rain #A4BFA2

Tints of Spring Rain #A4BFA2

RGB

 RED value IS 164 (64.45% from 255) = 31.72%

 GREEN value IS 191 (75% from 255) = 36.94%

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

R = 31.72%
G = 36.94%
B = 31.33%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#A4BFA2 (or 0xA4BFA2) is known color: Spring Rain. HEX triplet: A4, BF and A2. RGB value is (164,191,162). Sum of RGB (Red+Green+Blue) = 164+191+162=517 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.72% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 162 (63.67% from 255 or 31.33% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #A4BFA2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4BFA2 is #5B405D. Grayscale: #B3B3B3. Windows color (decimal): -5980254 or 10665892. OLE color: 10665892.

HSL color Cylindrical-coordinate representation of color #A4BFA2: hue angle of 115.86º degrees, saturation: 0.18, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4BFA2 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 164 191 162 -
CMYK 0.14 0 0.15 0.25
HSL 115.86º 0.18% 0.69% -
HSV(B) 115.86º 0.15% 0.75% -
XYZ 40.46 47.76 41.27 -
YUV 179.62 118.05 116.86 -
System Red Green Blue C M Y K H S L
Decimal 164 191 162 0.14 0 0.15 0.25 115.86 0.18 0.69
Hex A4 BF A2 E 0 F 19 74 12 45
Octal 244 277 242 16 0 17 31 164 22 105
Binary 10100100 10111111 10100010 1110 0 1111 11001 1110100 10010 1000101

Color Harmonies of #A4BFA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4BFA2

Black with #A4BFA2

Text Example


Text Example

White with #A4BFA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4BFA2; }

 p { color: rgb(164,191,162); }

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

background-color css

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

 a { background-color: rgb(164,191,162); }

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

border-color css

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

 span { border-color: rgb(164,191,162); }

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