#BFE1BF

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

Shades of Sea Mist #BFE1BF

Tints of Sea Mist #BFE1BF

Color information

#BFE1BF (or 0xBFE1BF) is unknown color: approx Sea Mist. HEX triplet: BF, E1 and BF. RGB value is (191,225,191). Sum of RGB (Red+Green+Blue) = 191+225+191=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 225 (88.28% from 255 or 37.07% from 607); Blue value is 191 (75% from 255 or 31.47% from 607); Max value from RGB is 225 - color contains mainly: green. Hex color #BFE1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE1BF is #401E40. Grayscale: #D3D3D3. Windows color (decimal): -4202049 or 12575167. OLE color: 12575167.

HSL color Cylindrical-coordinate representation of color #BFE1BF: hue angle of 120º degrees, saturation: 0.36, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFE1BF is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB191225191-
CMYK0.1500.150.12
HSL120º36.17%81.57%-
HSV(B)120º15.11%88.24%-
XYZ57.8268.6959.5-
YUV210.96116.74113.76-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.47%
GREEN value IS 225 (88.28% from 255) = 37.07%
BLUE value IS 191 (75% from 255) = 31.47%
R=31.47%
G=37.07%
B=31.47%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912251910.1500.150.1212036.1781.57
HexBFE1BFF0FC782452
Octal277341277170171417044122
Binary101111111110000110111111111101111110011110001001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE1BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE1BF; }

 p { color: rgb(191,225,191); }

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

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

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

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

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

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

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