Html Css Color HEX #BEC6A7 Pale Leaf

📋 copy color: '#BEC6A7'

red 190 ◦ green 198 ◦ blue 167

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

Shades of Pale Leaf #BEC6A7

Tints of Pale Leaf #BEC6A7

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.68%

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

R = 34.23%
G = 35.68%
B = 30.09%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#BEC6A7 (or 0xBEC6A7) is known color: Pale Leaf. HEX triplet: BE, C6 and A7. RGB value is (190,198,167). Sum of RGB (Red+Green+Blue) = 190+198+167=555 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.23% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 167 (65.62% from 255 or 30.09% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6A7 is #413958. Grayscale: #C0C0C0. Windows color (decimal): -4274521 or 10995390. OLE color: 10995390.

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

Color convert

RGB 190 198 167 -
CMYK 0.04 0 0.16 0.22
HSL 75.48º 0.21% 0.72% -
HSV(B) 75.48º 0.16% 0.78% -
XYZ 48.4 54.13 44.46 -
YUV 192.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 190 198 167 0.04 0 0.16 0.22 75.48 0.21 0.72
Hex BE C6 A7 4 0 10 16 4B 15 48
Octal 276 306 247 4 0 20 26 113 25 110
Binary 10111110 11000110 10100111 100 0 10000 10110 1001011 10101 1001000

Color Harmonies of #BEC6A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6A7

Black with #BEC6A7

Text Example


Text Example

White with #BEC6A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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