Html Css Color HEX #BECEA5 Pale Leaf

📋 copy color: '#BECEA5'

red 190 ◦ green 206 ◦ blue 165

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

Shades of Pale Leaf #BECEA5

Tints of Pale Leaf #BECEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 29.41%

R = 33.87%
G = 36.72%
B = 29.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#BECEA5 (or 0xBECEA5) is known color: Pale Leaf. HEX triplet: BE, CE and A5. RGB value is (190,206,165). Sum of RGB (Red+Green+Blue) = 190+206+165=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 206 (80.86% from 255 or 36.72% from 561); Blue value is 165 (64.84% from 255 or 29.41% from 561); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA5 is #41315A. Grayscale: #C4C4C4. Windows color (decimal): -4272475 or 10866366. OLE color: 10866366.

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

Color convert

RGB 190 206 165 -
CMYK 0.08 0 0.20 0.19
HSL 83.41º 0.29% 0.73% -
HSV(B) 83.41º 0.2% 0.81% -
XYZ 50.1 57.81 44.11 -
YUV 196.54 110.2 123.33 -
System Red Green Blue C M Y K H S L
Decimal 190 206 165 0.08 0 0.20 0.19 83.41 0.29 0.73
Hex BE CE A5 8 0 14 13 53 1D 49
Octal 276 316 245 10 0 24 23 123 35 111
Binary 10111110 11001110 10100101 1000 0 10100 10011 1010011 11101 1001001

Color Harmonies of #BECEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEA5

Black with #BECEA5

Text Example


Text Example

White with #BECEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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