Html Css Color HEX #BECEA2 Pale Leaf

📋 copy color: '#BECEA2'

red 190 ◦ green 206 ◦ blue 162

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

Shades of Pale Leaf #BECEA2

Tints of Pale Leaf #BECEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 29.03%

R = 34.05%
G = 36.92%
B = 29.03%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#BECEA2 (or 0xBECEA2) is known color: Pale Leaf. HEX triplet: BE, CE and A2. RGB value is (190,206,162). Sum of RGB (Red+Green+Blue) = 190+206+162=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 206 (80.86% from 255 or 36.92% from 558); Blue value is 162 (63.67% from 255 or 29.03% from 558); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECEA2 is #41315D. Grayscale: #C4C4C4. Windows color (decimal): -4272478 or 10669758. OLE color: 10669758.

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

Color convert

RGB 190 206 162 -
CMYK 0.08 0 0.21 0.19
HSL 81.82º 0.31% 0.72% -
HSV(B) 81.82º 0.21% 0.81% -
XYZ 49.83 57.7 42.69 -
YUV 196.2 108.7 123.58 -
System Red Green Blue C M Y K H S L
Decimal 190 206 162 0.08 0 0.21 0.19 81.82 0.31 0.72
Hex BE CE A2 8 0 15 13 52 1F 48
Octal 276 316 242 10 0 25 23 122 37 110
Binary 10111110 11001110 10100010 1000 0 10101 10011 1010010 11111 1001000

Color Harmonies of #BECEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECEA2

Black with #BECEA2

Text Example


Text Example

White with #BECEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECEA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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