Html Css Color HEX #BECBA5 Pale Leaf

📋 copy color: '#BECBA5'

red 190 ◦ green 203 ◦ blue 165

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

Shades of Pale Leaf #BECBA5

Tints of Pale Leaf #BECBA5

RGB

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

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

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

R = 34.05%
G = 36.38%
B = 29.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.20

RGB Variations

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

Color information

#BECBA5 (or 0xBECBA5) is known color: Pale Leaf. HEX triplet: BE, CB and A5. RGB value is (190,203,165). Sum of RGB (Red+Green+Blue) = 190+203+165=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 203 (79.69% from 255 or 36.38% from 558); Blue value is 165 (64.84% from 255 or 29.57% from 558); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA5 is #41345A. Grayscale: #C2C2C2. Windows color (decimal): -4273243 or 10865598. OLE color: 10865598.

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

Color convert

RGB 190 203 165 -
CMYK 0.06 0 0.19 0.20
HSL 80.53º 0.27% 0.72% -
HSV(B) 80.53º 0.19% 0.8% -
XYZ 49.38 56.38 43.88 -
YUV 194.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 190 203 165 0.06 0 0.19 0.20 80.53 0.27 0.72
Hex BE CB A5 6 0 13 14 51 1B 48
Octal 276 313 245 6 0 23 24 121 33 110
Binary 10111110 11001011 10100101 110 0 10011 10100 1010001 11011 1001000

Color Harmonies of #BECBA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBA5

Black with #BECBA5

Text Example


Text Example

White with #BECBA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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