Html Css Color HEX #BEC5AF Pale Leaf

📋 copy color: '#BEC5AF'

red 190 ◦ green 197 ◦ blue 175

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

Shades of Pale Leaf #BEC5AF

Tints of Pale Leaf #BEC5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.05%

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

R = 33.81%
G = 35.05%
B = 31.14%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#BEC5AF (or 0xBEC5AF) is known color: Pale Leaf. HEX triplet: BE, C5 and AF. RGB value is (190,197,175). Sum of RGB (Red+Green+Blue) = 190+197+175=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 197 (77.34% from 255 or 35.05% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AF is #413A50. Grayscale: #C0C0C0. Windows color (decimal): -4274769 or 11519422. OLE color: 11519422.

HSL color Cylindrical-coordinate representation of color #BEC5AF: hue angle of 79.09º degrees, saturation: 0.16, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BEC5AF is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 175 -
CMYK 0.04 0 0.11 0.23
HSL 79.09º 0.16% 0.73% -
HSV(B) 79.09º 0.11% 0.77% -
XYZ 48.94 53.97 48.4 -
YUV 192.4 118.18 126.29 -
System Red Green Blue C M Y K H S L
Decimal 190 197 175 0.04 0 0.11 0.23 79.09 0.16 0.73
Hex BE C5 AF 4 0 B 17 4F 10 49
Octal 276 305 257 4 0 13 27 117 20 111
Binary 10111110 11000101 10101111 100 0 1011 10111 1001111 10000 1001001

Color Harmonies of #BEC5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5AF

Black with #BEC5AF

Text Example


Text Example

White with #BEC5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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