Html Css Color HEX #BEC9A2 Pale Leaf

📋 copy color: '#BEC9A2'

red 190 ◦ green 201 ◦ blue 162

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

Shades of Pale Leaf #BEC9A2

Tints of Pale Leaf #BEC9A2

RGB

 RED value IS 190 (74.61% from 255) = 34.36%

 GREEN value IS 201 (78.91% from 255) = 36.35%

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

R = 34.36%
G = 36.35%
B = 29.29%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.21

RGB Variations

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

Color information

#BEC9A2 (or 0xBEC9A2) is known color: Pale Leaf. HEX triplet: BE, C9 and A2. RGB value is (190,201,162). Sum of RGB (Red+Green+Blue) = 190+201+162=553 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.36% from 553); Green value is 201 (78.91% from 255 or 36.35% from 553); Blue value is 162 (63.67% from 255 or 29.29% from 553); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9A2 is #41365D. Grayscale: #C1C1C1. Windows color (decimal): -4273758 or 10668478. OLE color: 10668478.

HSL color Cylindrical-coordinate representation of color #BEC9A2: hue angle of 76.92º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC9A2 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 162 -
CMYK 0.05 0 0.19 0.21
HSL 76.92º 0.27% 0.71% -
HSV(B) 76.92º 0.19% 0.79% -
XYZ 48.64 55.33 42.3 -
YUV 193.27 110.36 125.67 -
System Red Green Blue C M Y K H S L
Decimal 190 201 162 0.05 0 0.19 0.21 76.92 0.27 0.71
Hex BE C9 A2 5 0 13 15 4D 1B 47
Octal 276 311 242 5 0 23 25 115 33 107
Binary 10111110 11001001 10100010 101 0 10011 10101 1001101 11011 1000111

Color Harmonies of #BEC9A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9A2

Black with #BEC9A2

Text Example


Text Example

White with #BEC9A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9A2; }

 p { color: rgb(190,201,162); }

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

background-color css

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

 a { background-color: rgb(190,201,162); }

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

border-color css

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

 span { border-color: rgb(190,201,162); }

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