Html Css Color HEX #BEC5AA Pale Leaf

📋 copy color: '#BEC5AA'

red 190 ◦ green 197 ◦ blue 170

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

Shades of Pale Leaf #BEC5AA

Tints of Pale Leaf #BEC5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 35.37%

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

R = 34.11%
G = 35.37%
B = 30.52%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#BEC5AA (or 0xBEC5AA) is known color: Pale Leaf. HEX triplet: BE, C5 and AA. RGB value is (190,197,170). Sum of RGB (Red+Green+Blue) = 190+197+170=557 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.11% from 557); Green value is 197 (77.34% from 255 or 35.37% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5AA is #413A55. Grayscale: #BFBFBF. Windows color (decimal): -4274774 or 11191742. OLE color: 11191742.

HSL color Cylindrical-coordinate representation of color #BEC5AA: hue angle of 75.56º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEC5AA is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 170 -
CMYK 0.04 0 0.14 0.23
HSL 75.56º 0.19% 0.72% -
HSV(B) 75.56º 0.14% 0.77% -
XYZ 48.46 53.78 45.86 -
YUV 191.83 115.68 126.7 -
System Red Green Blue C M Y K H S L
Decimal 190 197 170 0.04 0 0.14 0.23 75.56 0.19 0.72
Hex BE C5 AA 4 0 E 17 4C 13 48
Octal 276 305 252 4 0 16 27 114 23 110
Binary 10111110 11000101 10101010 100 0 1110 10111 1001100 10011 1001000

Color Harmonies of #BEC5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5AA

Black with #BEC5AA

Text Example


Text Example

White with #BEC5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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