Html Css Color HEX #BECBA1 Pale Leaf

📋 copy color: '#BECBA1'

red 190 ◦ green 203 ◦ blue 161

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

Shades of Pale Leaf #BECBA1

Tints of Pale Leaf #BECBA1

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.64%

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

R = 34.3%
G = 36.64%
B = 29.06%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#BECBA1 (or 0xBECBA1) is known color: Pale Leaf. HEX triplet: BE, CB and A1. RGB value is (190,203,161). Sum of RGB (Red+Green+Blue) = 190+203+161=554 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.30% from 554); Green value is 203 (79.69% from 255 or 36.64% from 554); Blue value is 161 (63.28% from 255 or 29.06% from 554); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA1 is #41345E. Grayscale: #C2C2C2. Windows color (decimal): -4273247 or 10603454. OLE color: 10603454.

HSL color Cylindrical-coordinate representation of color #BECBA1: hue angle of 78.57º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BECBA1 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 203 161 -
CMYK 0.06 0 0.21 0.20
HSL 78.57º 0.29% 0.71% -
HSV(B) 78.57º 0.21% 0.8% -
XYZ 49.02 56.23 41.99 -
YUV 194.33 109.19 124.92 -
System Red Green Blue C M Y K H S L
Decimal 190 203 161 0.06 0 0.21 0.20 78.57 0.29 0.71
Hex BE CB A1 6 0 15 14 4F 1D 47
Octal 276 313 241 6 0 25 24 117 35 107
Binary 10111110 11001011 10100001 110 0 10101 10100 1001111 11101 1000111

Color Harmonies of #BECBA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBA1

Black with #BECBA1

Text Example


Text Example

White with #BECBA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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