Html Css Color HEX #BEC6AA Pale Leaf

📋 copy color: '#BEC6AA'

red 190 ◦ green 198 ◦ blue 170

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

Shades of Pale Leaf #BEC6AA

Tints of Pale Leaf #BEC6AA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 35.48%

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

R = 34.05%
G = 35.48%
B = 30.47%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#BEC6AA (or 0xBEC6AA) is known color: Pale Leaf. HEX triplet: BE, C6 and AA. RGB value is (190,198,170). Sum of RGB (Red+Green+Blue) = 190+198+170=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 198 (77.73% from 255 or 35.48% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6AA is #413955. Grayscale: #C0C0C0. Windows color (decimal): -4274518 or 11191998. OLE color: 11191998.

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

Color convert

RGB 190 198 170 -
CMYK 0.04 0 0.14 0.22
HSL 77.14º 0.2% 0.72% -
HSV(B) 77.14º 0.14% 0.78% -
XYZ 48.68 54.24 45.93 -
YUV 192.42 115.35 126.28 -
System Red Green Blue C M Y K H S L
Decimal 190 198 170 0.04 0 0.14 0.22 77.14 0.2 0.72
Hex BE C6 AA 4 0 E 16 4D 14 48
Octal 276 306 252 4 0 16 26 115 24 110
Binary 10111110 11000110 10101010 100 0 1110 10110 1001101 10100 1001000

Color Harmonies of #BEC6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6AA

Black with #BEC6AA

Text Example


Text Example

White with #BEC6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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