Html Css Color HEX #BEC6AF Pale Leaf

📋 copy color: '#BEC6AF'

red 190 ◦ green 198 ◦ blue 175

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

Shades of Pale Leaf #BEC6AF

Tints of Pale Leaf #BEC6AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 31.08%

R = 33.75%
G = 35.17%
B = 31.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BEC6AF (or 0xBEC6AF) is known color: Pale Leaf. HEX triplet: BE, C6 and AF. RGB value is (190,198,175). Sum of RGB (Red+Green+Blue) = 190+198+175=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 198 (77.73% from 255 or 35.17% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6AF is #413950. Grayscale: #C1C1C1. Windows color (decimal): -4274513 or 11519678. OLE color: 11519678.

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

Color convert

RGB 190 198 175 -
CMYK 0.04 0 0.12 0.22
HSL 80.87º 0.17% 0.73% -
HSV(B) 80.87º 0.12% 0.78% -
XYZ 49.17 54.43 48.47 -
YUV 192.99 117.85 125.87 -
System Red Green Blue C M Y K H S L
Decimal 190 198 175 0.04 0 0.12 0.22 80.87 0.17 0.73
Hex BE C6 AF 4 0 C 16 51 11 49
Octal 276 306 257 4 0 14 26 121 21 111
Binary 10111110 11000110 10101111 100 0 1100 10110 1010001 10001 1001001

Color Harmonies of #BEC6AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6AF

Black with #BEC6AF

Text Example


Text Example

White with #BEC6AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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