Html Css Color HEX #BEC8A0 Pale Leaf

📋 copy color: '#BEC8A0'

red 190 ◦ green 200 ◦ blue 160

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

Shades of Pale Leaf #BEC8A0

Tints of Pale Leaf #BEC8A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 29.09%

R = 34.55%
G = 36.36%
B = 29.09%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.2

 K value IS 0.22

RGB Variations

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

Color information

#BEC8A0 (or 0xBEC8A0) is known color: Pale Leaf. HEX triplet: BE, C8 and A0. RGB value is (190,200,160). Sum of RGB (Red+Green+Blue) = 190+200+160=550 (72% of max value = 765). Red value is 190 (74.61% from 255 or 34.55% from 550); Green value is 200 (78.52% from 255 or 36.36% from 550); Blue value is 160 (62.89% from 255 or 29.09% from 550); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8A0 is #41375F. Grayscale: #C0C0C0. Windows color (decimal): -4274016 or 10537150. OLE color: 10537150.

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

Color convert

RGB 190 200 160 -
CMYK 0.05 0 0.2 0.22
HSL 75º 0.27% 0.71% -
HSV(B) 75º 0.2% 0.78% -
XYZ 48.23 54.79 41.29 -
YUV 192.45 109.69 126.25 -
System Red Green Blue C M Y K H S L
Decimal 190 200 160 0.05 0 0.2 0.22 75 0.27 0.71
Hex BE C8 A0 5 0 14 16 4B 1B 47
Octal 276 310 240 5 0 24 26 113 33 107
Binary 10111110 11001000 10100000 101 0 10100 10110 1001011 11011 1000111

Color Harmonies of #BEC8A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8A0

Black with #BEC8A0

Text Example


Text Example

White with #BEC8A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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