Html Css Color HEX #BECEA1 Pale Leaf

📋 copy color: '#BECEA1'

red 190 ◦ green 206 ◦ blue 161

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

Shades of Pale Leaf #BECEA1

Tints of Pale Leaf #BECEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 28.9%

R = 34.11%
G = 36.98%
B = 28.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#BECEA1 (or 0xBECEA1) is known color: Pale Leaf. HEX triplet: BE, CE and A1. RGB value is (190,206,161). Sum of RGB (Red+Green+Blue) = 190+206+161=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 206 (80.86% from 255 or 36.98% from 557); Blue value is 161 (63.28% from 255 or 28.90% from 557); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA1 is #41315E. Grayscale: #C4C4C4. Windows color (decimal): -4272479 or 10604222. OLE color: 10604222.

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

Color convert

RGB 190 206 161 -
CMYK 0.08 0 0.22 0.19
HSL 81.33º 0.31% 0.72% -
HSV(B) 81.33º 0.22% 0.81% -
XYZ 49.74 57.66 42.23 -
YUV 196.09 108.2 123.66 -
System Red Green Blue C M Y K H S L
Decimal 190 206 161 0.08 0 0.22 0.19 81.33 0.31 0.72
Hex BE CE A1 8 0 16 13 51 1F 48
Octal 276 316 241 10 0 26 23 121 37 110
Binary 10111110 11001110 10100001 1000 0 10110 10011 1010001 11111 1001000

Color Harmonies of #BECEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEA1

Black with #BECEA1

Text Example


Text Example

White with #BECEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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