Html Css Color HEX #BEC9A7 Pale Leaf

📋 copy color: '#BEC9A7'

red 190 ◦ green 201 ◦ blue 167

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

Shades of Pale Leaf #BEC9A7

Tints of Pale Leaf #BEC9A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 29.93%

R = 34.05%
G = 36.02%
B = 29.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.21

RGB Variations

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

Color information

#BEC9A7 (or 0xBEC9A7) is known color: Pale Leaf. HEX triplet: BE, C9 and A7. RGB value is (190,201,167). Sum of RGB (Red+Green+Blue) = 190+201+167=558 (73% of max value = 765). Red value is 190 (74.61% from 255 or 34.05% from 558); Green value is 201 (78.91% from 255 or 36.02% from 558); Blue value is 167 (65.62% from 255 or 29.93% from 558); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9A7 is #413658. Grayscale: #C1C1C1. Windows color (decimal): -4273753 or 10996158. OLE color: 10996158.

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

Color convert

RGB 190 201 167 -
CMYK 0.05 0 0.17 0.21
HSL 79.41º 0.24% 0.72% -
HSV(B) 79.41º 0.17% 0.79% -
XYZ 49.1 55.51 44.69 -
YUV 193.84 112.86 125.26 -
System Red Green Blue C M Y K H S L
Decimal 190 201 167 0.05 0 0.17 0.21 79.41 0.24 0.72
Hex BE C9 A7 5 0 11 15 4F 18 48
Octal 276 311 247 5 0 21 25 117 30 110
Binary 10111110 11001001 10100111 101 0 10001 10101 1001111 11000 1001000

Color Harmonies of #BEC9A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9A7

Black with #BEC9A7

Text Example


Text Example

White with #BEC9A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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