Html Css Color HEX #BEC6AC Pale Leaf

📋 copy color: '#BEC6AC'

red 190 ◦ green 198 ◦ blue 172

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

Shades of Pale Leaf #BEC6AC

Tints of Pale Leaf #BEC6AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.71%

R = 33.93%
G = 35.36%
B = 30.71%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#BEC6AC (or 0xBEC6AC) is known color: Pale Leaf. HEX triplet: BE, C6 and AC. RGB value is (190,198,172). Sum of RGB (Red+Green+Blue) = 190+198+172=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 198 (77.73% from 255 or 35.36% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6AC is #413953. Grayscale: #C0C0C0. Windows color (decimal): -4274516 or 11323070. OLE color: 11323070.

HSL color Cylindrical-coordinate representation of color #BEC6AC: hue angle of 78.46º degrees, saturation: 0.19, 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 #BEC6AC is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 172 -
CMYK 0.04 0 0.13 0.22
HSL 78.46º 0.19% 0.73% -
HSV(B) 78.46º 0.13% 0.78% -
XYZ 48.88 54.31 46.94 -
YUV 192.64 116.35 126.11 -
System Red Green Blue C M Y K H S L
Decimal 190 198 172 0.04 0 0.13 0.22 78.46 0.19 0.73
Hex BE C6 AC 4 0 D 16 4E 13 49
Octal 276 306 254 4 0 15 26 116 23 111
Binary 10111110 11000110 10101100 100 0 1101 10110 1001110 10011 1001001

Color Harmonies of #BEC6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6AC

Black with #BEC6AC

Text Example


Text Example

White with #BEC6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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