Html Css Color HEX #BEC9AF Pale Leaf

📋 copy color: '#BEC9AF'

red 190 ◦ green 201 ◦ blue 175

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

Shades of Pale Leaf #BEC9AF

Tints of Pale Leaf #BEC9AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 30.92%

R = 33.57%
G = 35.51%
B = 30.92%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.13

 K value IS 0.21

RGB Variations

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

Color information

#BEC9AF (or 0xBEC9AF) is known color: Pale Leaf. HEX triplet: BE, C9 and AF. RGB value is (190,201,175). Sum of RGB (Red+Green+Blue) = 190+201+175=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 201 (78.91% from 255 or 35.51% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 201 - color contains mainly: green. Hex color #BEC9AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC9AF is #413650. Grayscale: #C2C2C2. Windows color (decimal): -4273745 or 11520446. OLE color: 11520446.

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

Color convert

RGB 190 201 175 -
CMYK 0.05 0 0.13 0.21
HSL 85.38º 0.19% 0.74% -
HSV(B) 85.38º 0.13% 0.79% -
XYZ 49.86 55.82 48.7 -
YUV 194.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 190 201 175 0.05 0 0.13 0.21 85.38 0.19 0.74
Hex BE C9 AF 5 0 D 15 55 13 4A
Octal 276 311 257 5 0 15 25 125 23 112
Binary 10111110 11001001 10101111 101 0 1101 10101 1010101 10011 1001010

Color Harmonies of #BEC9AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC9AF

Black with #BEC9AF

Text Example


Text Example

White with #BEC9AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC9AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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