Html Css Color HEX #BECEA6 Pale Leaf

📋 copy color: '#BECEA6'

red 190 ◦ green 206 ◦ blue 166

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

Shades of Pale Leaf #BECEA6

Tints of Pale Leaf #BECEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.65%

 BLUE value IS 166 (65.23% from 255) = 29.54%

R = 33.81%
G = 36.65%
B = 29.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#BECEA6 (or 0xBECEA6) is known color: Pale Leaf. HEX triplet: BE, CE and A6. RGB value is (190,206,166). Sum of RGB (Red+Green+Blue) = 190+206+166=562 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.81% from 562); Green value is 206 (80.86% from 255 or 36.65% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA6 is #413159. Grayscale: #C4C4C4. Windows color (decimal): -4272474 or 10931902. OLE color: 10931902.

HSL color Cylindrical-coordinate representation of color #BECEA6: hue angle of 84º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BECEA6 is Cyan = 0.08, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 206 166 -
CMYK 0.08 0 0.19 0.19
HSL 84º 0.29% 0.73% -
HSV(B) 84º 0.19% 0.81% -
XYZ 50.19 57.84 44.6 -
YUV 196.66 110.7 123.25 -
System Red Green Blue C M Y K H S L
Decimal 190 206 166 0.08 0 0.19 0.19 84 0.29 0.73
Hex BE CE A6 8 0 13 13 54 1D 49
Octal 276 316 246 10 0 23 23 124 35 111
Binary 10111110 11001110 10100110 1000 0 10011 10011 1010100 11101 1001001

Color Harmonies of #BECEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEA6

Black with #BECEA6

Text Example


Text Example

White with #BECEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEA6; }

 p { color: rgb(190,206,166); }

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

background-color css

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

 a { background-color: rgb(190,206,166); }

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

border-color css

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

 span { border-color: rgb(190,206,166); }

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