Html Css Color HEX #BEC8A7 Pale Leaf

📋 copy color: '#BEC8A7'

red 190 ◦ green 200 ◦ blue 167

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

Shades of Pale Leaf #BEC8A7

Tints of Pale Leaf #BEC8A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.98%

R = 34.11%
G = 35.91%
B = 29.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BEC8A7 (or 0xBEC8A7) is known color: Pale Leaf. HEX triplet: BE, C8 and A7. RGB value is (190,200,167). Sum of RGB (Red+Green+Blue) = 190+200+167=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 200 (78.52% from 255 or 35.91% from 557); Blue value is 167 (65.62% from 255 or 29.98% from 557); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8A7 is #413758. Grayscale: #C1C1C1. Windows color (decimal): -4274009 or 10995902. OLE color: 10995902.

HSL color Cylindrical-coordinate representation of color #BEC8A7: hue angle of 78.18º degrees, saturation: 0.23, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC8A7 is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 200 167 -
CMYK 0.05 0 0.16 0.22
HSL 78.18º 0.23% 0.72% -
HSV(B) 78.18º 0.17% 0.78% -
XYZ 48.86 55.05 44.61 -
YUV 193.25 113.19 125.68 -
System Red Green Blue C M Y K H S L
Decimal 190 200 167 0.05 0 0.16 0.22 78.18 0.23 0.72
Hex BE C8 A7 5 0 10 16 4E 17 48
Octal 276 310 247 5 0 20 26 116 27 110
Binary 10111110 11001000 10100111 101 0 10000 10110 1001110 10111 1001000

Color Harmonies of #BEC8A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8A7

Black with #BEC8A7

Text Example


Text Example

White with #BEC8A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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