Html Css Color HEX #BEC9AD Pale Leaf

📋 copy color: '#BEC9AD'

red 190 ◦ green 201 ◦ blue 173

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

Shades of Pale Leaf #BEC9AD

Tints of Pale Leaf #BEC9AD

RGB

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

 GREEN value IS 201 (78.91% from 255) = 35.64%

 BLUE value IS 173 (67.97% from 255) = 30.67%

R = 33.69%
G = 35.64%
B = 30.67%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.21

RGB Variations

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

Color information

#BEC9AD (or 0xBEC9AD) is known color: Pale Leaf. HEX triplet: BE, C9 and AD. RGB value is (190,201,173). Sum of RGB (Red+Green+Blue) = 190+201+173=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 201 (78.91% from 255 or 35.64% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9AD is #413652. Grayscale: #C2C2C2. Windows color (decimal): -4273747 or 11389374. OLE color: 11389374.

HSL color Cylindrical-coordinate representation of color #BEC9AD: hue angle of 83.57º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC9AD is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB 190 201 173 -
CMYK 0.05 0 0.14 0.21
HSL 83.57º 0.21% 0.73% -
HSV(B) 83.57º 0.14% 0.79% -
XYZ 49.66 55.74 47.68 -
YUV 194.52 115.86 124.78 -
System Red Green Blue C M Y K H S L
Decimal 190 201 173 0.05 0 0.14 0.21 83.57 0.21 0.73
Hex BE C9 AD 5 0 E 15 54 15 49
Octal 276 311 255 5 0 16 25 124 25 111
Binary 10111110 11001001 10101101 101 0 1110 10101 1010100 10101 1001001

Color Harmonies of #BEC9AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9AD

Black with #BEC9AD

Text Example


Text Example

White with #BEC9AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9AD; }

 p { color: rgb(190,201,173); }

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

background-color css

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

 a { background-color: rgb(190,201,173); }

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

border-color css

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

 span { border-color: rgb(190,201,173); }

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