Html Css Color HEX #BEC6AB Pale Leaf

📋 copy color: '#BEC6AB'

red 190 ◦ green 198 ◦ blue 171

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

Shades of Pale Leaf #BEC6AB

Tints of Pale Leaf #BEC6AB

RGB

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

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

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

R = 33.99%
G = 35.42%
B = 30.59%

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

#BEC6AB (or 0xBEC6AB) is known color: Pale Leaf. HEX triplet: BE, C6 and AB. RGB value is (190,198,171). Sum of RGB (Red+Green+Blue) = 190+198+171=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 198 (77.73% from 255 or 35.42% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 198 - color contains mainly: green. Hex color #BEC6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC6AB is #413954. Grayscale: #C0C0C0. Windows color (decimal): -4274517 or 11257534. OLE color: 11257534.

HSL color Cylindrical-coordinate representation of color #BEC6AB: hue angle of 77.78º degrees, saturation: 0.19, 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 #BEC6AB is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 190 198 171 -
CMYK 0.04 0 0.14 0.22
HSL 77.78º 0.19% 0.72% -
HSV(B) 77.78º 0.14% 0.78% -
XYZ 48.78 54.28 46.43 -
YUV 192.53 115.85 126.2 -
System Red Green Blue C M Y K H S L
Decimal 190 198 171 0.04 0 0.14 0.22 77.78 0.19 0.72
Hex BE C6 AB 4 0 E 16 4E 13 48
Octal 276 306 253 4 0 16 26 116 23 110
Binary 10111110 11000110 10101011 100 0 1110 10110 1001110 10011 1001000

Color Harmonies of #BEC6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC6AB

Black with #BEC6AB

Text Example


Text Example

White with #BEC6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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