Html Css Color HEX #BECBA8 Pale Leaf

📋 copy color: '#BECBA8'

red 190 ◦ green 203 ◦ blue 168

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

Shades of Pale Leaf #BECBA8

Tints of Pale Leaf #BECBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 29.95%

R = 33.87%
G = 36.19%
B = 29.95%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BECBA8 (or 0xBECBA8) is known color: Pale Leaf. HEX triplet: BE, CB and A8. RGB value is (190,203,168). Sum of RGB (Red+Green+Blue) = 190+203+168=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA8 is #413457. Grayscale: #C3C3C3. Windows color (decimal): -4273240 or 11062206. OLE color: 11062206.

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

Color convert

RGB 190 203 168 -
CMYK 0.06 0 0.17 0.20
HSL 82.29º 0.25% 0.73% -
HSV(B) 82.29º 0.17% 0.8% -
XYZ 49.66 56.49 45.33 -
YUV 195.12 112.69 124.35 -
System Red Green Blue C M Y K H S L
Decimal 190 203 168 0.06 0 0.17 0.20 82.29 0.25 0.73
Hex BE CB A8 6 0 11 14 52 19 49
Octal 276 313 250 6 0 21 24 122 31 111
Binary 10111110 11001011 10101000 110 0 10001 10100 1010010 11001 1001001

Color Harmonies of #BECBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBA8

Black with #BECBA8

Text Example


Text Example

White with #BECBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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