Html Css Color HEX #BEC5B1 Pale Leaf

📋 copy color: '#BEC5B1'

red 190 ◦ green 197 ◦ blue 177

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

Shades of Pale Leaf #BEC5B1

Tints of Pale Leaf #BEC5B1

RGB

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

 GREEN value IS 197 (77.34% from 255) = 34.93%

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

R = 33.69%
G = 34.93%
B = 31.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#BEC5B1 (or 0xBEC5B1) is known color: Pale Leaf. HEX triplet: BE, C5 and B1. RGB value is (190,197,177). Sum of RGB (Red+Green+Blue) = 190+197+177=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 197 (77.34% from 255 or 34.93% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC5B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEC5B1 is #413A4E. Grayscale: #C0C0C0. Windows color (decimal): -4274767 or 11650494. OLE color: 11650494.

HSL color Cylindrical-coordinate representation of color #BEC5B1: hue angle of 81º degrees, saturation: 0.15, 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 #BEC5B1 is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB 190 197 177 -
CMYK 0.04 0 0.10 0.23
HSL 81º 0.15% 0.73% -
HSV(B) 81º 0.1% 0.77% -
XYZ 49.14 54.05 49.44 -
YUV 192.63 119.18 126.13 -
System Red Green Blue C M Y K H S L
Decimal 190 197 177 0.04 0 0.10 0.23 81 0.15 0.73
Hex BE C5 B1 4 0 A 17 51 F 49
Octal 276 305 261 4 0 12 27 121 17 111
Binary 10111110 11000101 10110001 100 0 1010 10111 1010001 1111 1001001

Color Harmonies of #BEC5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC5B1

Black with #BEC5B1

Text Example


Text Example

White with #BEC5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC5B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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