Html Css Color HEX #BEC4B1 Pale Leaf

📋 copy color: '#BEC4B1'

red 190 ◦ green 196 ◦ blue 177

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

Shades of Pale Leaf #BEC4B1

Tints of Pale Leaf #BEC4B1

RGB

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

 GREEN value IS 196 (76.95% from 255) = 34.81%

 BLUE value IS 177 (69.53% from 255) = 31.44%

R = 33.75%
G = 34.81%
B = 31.44%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BEC4B1 (or 0xBEC4B1) is known color: Pale Leaf. HEX triplet: BE, C4 and B1. RGB value is (190,196,177). Sum of RGB (Red+Green+Blue) = 190+196+177=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 177 (69.53% from 255 or 31.44% from 563); Max value from RGB is 196 - color contains mainly: green. Hex color #BEC4B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC4B1 is #413B4E. Grayscale: #C0C0C0. Windows color (decimal): -4275023 or 11650238. OLE color: 11650238.

HSL color Cylindrical-coordinate representation of color #BEC4B1: hue angle of 78.95º degrees, saturation: 0.14, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEC4B1 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 196 177 -
CMYK 0.03 0 0.10 0.23
HSL 78.95º 0.14% 0.73% -
HSV(B) 78.95º 0.1% 0.77% -
XYZ 48.91 53.6 49.36 -
YUV 192.04 119.51 126.54 -
System Red Green Blue C M Y K H S L
Decimal 190 196 177 0.03 0 0.10 0.23 78.95 0.14 0.73
Hex BE C4 B1 3 0 A 17 4F E 49
Octal 276 304 261 3 0 12 27 117 16 111
Binary 10111110 11000100 10110001 11 0 1010 10111 1001111 1110 1001001

Color Harmonies of #BEC4B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC4B1

Black with #BEC4B1

Text Example


Text Example

White with #BEC4B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC4B1; }

 p { color: rgb(190,196,177); }

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

background-color css

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

 a { background-color: rgb(190,196,177); }

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

border-color css

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

 span { border-color: rgb(190,196,177); }

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