Html Css Color HEX #BECDAB Pale Leaf

📋 copy color: '#BECDAB'

red 190 ◦ green 205 ◦ blue 171

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

Shades of Pale Leaf #BECDAB

Tints of Pale Leaf #BECDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 36.22%

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

R = 33.57%
G = 36.22%
B = 30.21%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#BECDAB (or 0xBECDAB) is known color: Pale Leaf. HEX triplet: BE, CD and AB. RGB value is (190,205,171). Sum of RGB (Red+Green+Blue) = 190+205+171=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 205 (80.47% from 255 or 36.22% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDAB is #413254. Grayscale: #C4C4C4. Windows color (decimal): -4272725 or 11259326. OLE color: 11259326.

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

Color convert

RGB 190 205 171 -
CMYK 0.07 0 0.17 0.20
HSL 86.47º 0.25% 0.74% -
HSV(B) 86.47º 0.17% 0.8% -
XYZ 50.42 57.55 46.98 -
YUV 196.64 113.53 123.26 -
System Red Green Blue C M Y K H S L
Decimal 190 205 171 0.07 0 0.17 0.20 86.47 0.25 0.74
Hex BE CD AB 7 0 11 14 56 19 4A
Octal 276 315 253 7 0 21 24 126 31 112
Binary 10111110 11001101 10101011 111 0 10001 10100 1010110 11001 1001010

Color Harmonies of #BECDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDAB

Black with #BECDAB

Text Example


Text Example

White with #BECDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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