Html Css Color HEX #BEC9A9 Pale Leaf

📋 copy color: '#BEC9A9'

red 190 ◦ green 201 ◦ blue 169

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

Shades of Pale Leaf #BEC9A9

Tints of Pale Leaf #BEC9A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.18%

R = 33.93%
G = 35.89%
B = 30.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.21

RGB Variations

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

Color information

#BEC9A9 (or 0xBEC9A9) is known color: Pale Leaf. HEX triplet: BE, C9 and A9. RGB value is (190,201,169). Sum of RGB (Red+Green+Blue) = 190+201+169=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 201 (78.91% from 255 or 35.89% from 560); Blue value is 169 (66.41% from 255 or 30.18% from 560); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9A9 is #413656. Grayscale: #C2C2C2. Windows color (decimal): -4273751 or 11127230. OLE color: 11127230.

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

Color convert

RGB 190 201 169 -
CMYK 0.05 0 0.16 0.21
HSL 80.63º 0.23% 0.73% -
HSV(B) 80.63º 0.16% 0.79% -
XYZ 49.28 55.59 45.67 -
YUV 194.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 190 201 169 0.05 0 0.16 0.21 80.63 0.23 0.73
Hex BE C9 A9 5 0 10 15 51 17 49
Octal 276 311 251 5 0 20 25 121 27 111
Binary 10111110 11001001 10101001 101 0 10000 10101 1010001 10111 1001001

Color Harmonies of #BEC9A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9A9

Black with #BEC9A9

Text Example


Text Example

White with #BEC9A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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