#BFCE9E

Color #BFCE9E Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #BFCE9E

Tints of Sprout #BFCE9E

Color information

#BFCE9E (or 0xBFCE9E) is unknown color: approx Sprout. HEX triplet: BF, CE and 9E. RGB value is (191,206,158). Sum of RGB (Red+Green+Blue) = 191+206+158=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #BFCE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFCE9E is #403161. Grayscale: #C4C4C4. Windows color (decimal): -4206946 or 10407615. OLE color: 10407615.

HSL color Cylindrical-coordinate representation of color #BFCE9E: hue angle of 78.75º degrees, saturation: 0.33, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFCE9E is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB191206158-
CMYK0.0700.230.19
HSL78.75º32.88%71.37%-
HSV(B)78.75º23.3%80.78%-
XYZ49.7357.6940.86-
YUV196.04106.53124.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 206 (80.86% from 255) = 37.12%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=34.41%
G=37.12%
B=28.47%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1912061580.0700.230.1978.7532.8871.37
HexBFCE9E7017134f2147
Octal27731623670272311741107
Binary1011111111001110100111101110101111001110011111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFCE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFCE9E; }

 p { color: rgb(191,206,158); }

 H1.HeaderClassName
 {
   color: #BFCE9E;
 }
 .AnyTagClassName
 {
   color: #BFCE9E;
 }
</style>
background-color css

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

 a { background-color: rgb(191,206,158); }

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

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

 span { border-color: rgb(191,206,158); }

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