Html Css Color HEX #BECBA7 Pale Leaf

📋 copy color: '#BECBA7'

red 190 ◦ green 203 ◦ blue 167

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

Shades of Pale Leaf #BECBA7

Tints of Pale Leaf #BECBA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.82%

R = 33.93%
G = 36.25%
B = 29.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#BECBA7 (or 0xBECBA7) is known color: Pale Leaf. HEX triplet: BE, CB and A7. RGB value is (190,203,167). Sum of RGB (Red+Green+Blue) = 190+203+167=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 203 (79.69% from 255 or 36.25% from 560); Blue value is 167 (65.62% from 255 or 29.82% from 560); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBA7 is #413458. Grayscale: #C3C3C3. Windows color (decimal): -4273241 or 10996670. OLE color: 10996670.

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

Color convert

RGB 190 203 167 -
CMYK 0.06 0 0.18 0.20
HSL 81.67º 0.26% 0.73% -
HSV(B) 81.67º 0.18% 0.8% -
XYZ 49.57 56.45 44.84 -
YUV 195.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 190 203 167 0.06 0 0.18 0.20 81.67 0.26 0.73
Hex BE CB A7 6 0 12 14 52 1A 49
Octal 276 313 247 6 0 22 24 122 32 111
Binary 10111110 11001011 10100111 110 0 10010 10100 1010010 11010 1001001

Color Harmonies of #BECBA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBA7

Black with #BECBA7

Text Example


Text Example

White with #BECBA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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