#BFC999

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

Shades of Green Mist #BFC999

Tints of Green Mist #BFC999

Color information

#BFC999 (or 0xBFC999) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 99. RGB value is (191,201,153). Sum of RGB (Red+Green+Blue) = 191+201+153=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 201 (78.91% from 255 or 36.88% from 545); Blue value is 153 (60.16% from 255 or 28.07% from 545); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC999 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC999 is #403666. Grayscale: #C0C0C0. Windows color (decimal): -4208231 or 10078655. OLE color: 10078655.

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

Color convert

RGB191201153-
CMYK0.0500.240.21
HSL72.5º30.77%69.41%-
HSV(B)72.5º23.88%78.82%-
XYZ48.1255.1538.25-
YUV192.54105.69126.9-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.05%
GREEN value IS 201 (78.91% from 255) = 36.88%
BLUE value IS 153 (60.16% from 255) = 28.07%
R=35.05%
G=36.88%
B=28.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011530.0500.240.2172.530.7769.41
HexBFC999501815481f45
Octal27731123150302511037105
Binary101111111100100110011001101011000101011001000111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC999; }

 p { color: rgb(191,201,153); }

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

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

 a { background-color: rgb(191,201,153); }

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

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

 span { border-color: rgb(191,201,153); }

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