Html Css Color HEX #BECBAC Pale Leaf

📋 copy color: '#BECBAC'

red 190 ◦ green 203 ◦ blue 172

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

Shades of Pale Leaf #BECBAC

Tints of Pale Leaf #BECBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.44%

R = 33.63%
G = 35.93%
B = 30.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#BECBAC (or 0xBECBAC) is known color: Pale Leaf. HEX triplet: BE, CB and AC. RGB value is (190,203,172). Sum of RGB (Red+Green+Blue) = 190+203+172=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 203 (79.69% from 255 or 35.93% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 203 - color contains mainly: green. Hex color #BECBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECBAC is #413453. Grayscale: #C3C3C3. Windows color (decimal): -4273236 or 11324350. OLE color: 11324350.

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

Color convert

RGB 190 203 172 -
CMYK 0.06 0 0.15 0.20
HSL 85.16º 0.23% 0.74% -
HSV(B) 85.16º 0.15% 0.8% -
XYZ 50.04 56.64 47.32 -
YUV 195.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 190 203 172 0.06 0 0.15 0.20 85.16 0.23 0.74
Hex BE CB AC 6 0 F 14 55 17 4A
Octal 276 313 254 6 0 17 24 125 27 112
Binary 10111110 11001011 10101100 110 0 1111 10100 1010101 10111 1001010

Color Harmonies of #BECBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECBAC

Black with #BECBAC

Text Example


Text Example

White with #BECBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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