Html Css Color HEX #BEC8AD Pale Leaf

📋 copy color: '#BEC8AD'

red 190 ◦ green 200 ◦ blue 173

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

Shades of Pale Leaf #BEC8AD

Tints of Pale Leaf #BEC8AD

RGB

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

 GREEN value IS 200 (78.52% from 255) = 35.52%

 BLUE value IS 173 (67.97% from 255) = 30.73%

R = 33.75%
G = 35.52%
B = 30.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BEC8AD (or 0xBEC8AD) is known color: Pale Leaf. HEX triplet: BE, C8 and AD. RGB value is (190,200,173). Sum of RGB (Red+Green+Blue) = 190+200+173=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 200 (78.52% from 255 or 35.52% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8AD is #413752. Grayscale: #C2C2C2. Windows color (decimal): -4274003 or 11389118. OLE color: 11389118.

HSL color Cylindrical-coordinate representation of color #BEC8AD: hue angle of 82.22º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEC8AD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 173 -
CMYK 0.05 0 0.14 0.22
HSL 82.22º 0.2% 0.73% -
HSV(B) 82.22º 0.14% 0.78% -
XYZ 49.43 55.27 47.6 -
YUV 193.93 116.19 125.2 -
System Red Green Blue C M Y K H S L
Decimal 190 200 173 0.05 0 0.14 0.22 82.22 0.2 0.73
Hex BE C8 AD 5 0 E 16 52 14 49
Octal 276 310 255 5 0 16 26 122 24 111
Binary 10111110 11001000 10101101 101 0 1110 10110 1010010 10100 1001001

Color Harmonies of #BEC8AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8AD

Black with #BEC8AD

Text Example


Text Example

White with #BEC8AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8AD; }

 p { color: rgb(190,200,173); }

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

background-color css

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

 a { background-color: rgb(190,200,173); }

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

border-color css

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

 span { border-color: rgb(190,200,173); }

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