Html Css Color HEX #BECDAA Pale Leaf

📋 copy color: '#BECDAA'

red 190 ◦ green 205 ◦ blue 170

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

Shades of Pale Leaf #BECDAA

Tints of Pale Leaf #BECDAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.09%

R = 33.63%
G = 36.28%
B = 30.09%

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

#BECDAA (or 0xBECDAA) is known color: Pale Leaf. HEX triplet: BE, CD and AA. RGB value is (190,205,170). Sum of RGB (Red+Green+Blue) = 190+205+170=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 205 (80.47% from 255 or 36.28% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BECDAA is #413255. Grayscale: #C4C4C4. Windows color (decimal): -4272726 or 11193790. OLE color: 11193790.

HSL color Cylindrical-coordinate representation of color #BECDAA: hue angle of 85.71º degrees, saturation: 0.26, 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 #BECDAA is Cyan = 0.07, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 205 170 -
CMYK 0.07 0 0.17 0.20
HSL 85.71º 0.26% 0.74% -
HSV(B) 85.71º 0.17% 0.8% -
XYZ 50.32 57.51 46.48 -
YUV 196.53 113.03 123.35 -
System Red Green Blue C M Y K H S L
Decimal 190 205 170 0.07 0 0.17 0.20 85.71 0.26 0.74
Hex BE CD AA 7 0 11 14 56 1A 4A
Octal 276 315 252 7 0 21 24 126 32 112
Binary 10111110 11001101 10101010 111 0 10001 10100 1010110 11010 1001010

Color Harmonies of #BECDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BECDAA

Black with #BECDAA

Text Example


Text Example

White with #BECDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BECDAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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