Html Css Color HEX #BEC8AF Pale Leaf

📋 copy color: '#BEC8AF'

red 190 ◦ green 200 ◦ blue 175

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

Shades of Pale Leaf #BEC8AF

Tints of Pale Leaf #BEC8AF

RGB

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

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

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

R = 33.63%
G = 35.4%
B = 30.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#BEC8AF (or 0xBEC8AF) is known color: Pale Leaf. HEX triplet: BE, C8 and AF. RGB value is (190,200,175). Sum of RGB (Red+Green+Blue) = 190+200+175=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 200 (78.52% from 255 or 35.40% from 565); Blue value is 175 (68.75% from 255 or 30.97% from 565); Max value from RGB is 200 - color contains mainly: green. Hex color #BEC8AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC8AF is #413750. Grayscale: #C2C2C2. Windows color (decimal): -4274001 or 11520190. OLE color: 11520190.

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

Color convert

RGB 190 200 175 -
CMYK 0.05 0 0.12 0.22
HSL 84º 0.19% 0.74% -
HSV(B) 84º 0.13% 0.78% -
XYZ 49.63 55.35 48.63 -
YUV 194.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 190 200 175 0.05 0 0.12 0.22 84 0.19 0.74
Hex BE C8 AF 5 0 C 16 54 13 4A
Octal 276 310 257 5 0 14 26 124 23 112
Binary 10111110 11001000 10101111 101 0 1100 10110 1010100 10011 1001010

Color Harmonies of #BEC8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC8AF

Black with #BEC8AF

Text Example


Text Example

White with #BEC8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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