Html Css Color HEX #BECBAB Pale Leaf

📋 copy color: '#BECBAB'

red 190 ◦ green 203 ◦ blue 171

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

Shades of Pale Leaf #BECBAB

Tints of Pale Leaf #BECBAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 30.32%

R = 33.69%
G = 35.99%
B = 30.32%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#BECBAB (or 0xBECBAB) is known color: Pale Leaf. HEX triplet: BE, CB and AB. RGB value is (190,203,171). Sum of RGB (Red+Green+Blue) = 190+203+171=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 203 (79.69% from 255 or 35.99% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBAB is #413454. Grayscale: #C3C3C3. Windows color (decimal): -4273237 or 11258814. OLE color: 11258814.

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

Color convert

RGB 190 203 171 -
CMYK 0.06 0 0.16 0.20
HSL 84.38º 0.24% 0.73% -
HSV(B) 84.38º 0.16% 0.8% -
XYZ 49.94 56.6 46.82 -
YUV 195.47 114.19 124.1 -
System Red Green Blue C M Y K H S L
Decimal 190 203 171 0.06 0 0.16 0.20 84.38 0.24 0.73
Hex BE CB AB 6 0 10 14 54 18 49
Octal 276 313 253 6 0 20 24 124 30 111
Binary 10111110 11001011 10101011 110 0 10000 10100 1010100 11000 1001001

Color Harmonies of #BECBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBAB

Black with #BECBAB

Text Example


Text Example

White with #BECBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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