#BFE3C0

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

Shades of Sea Mist #BFE3C0

Tints of Sea Mist #BFE3C0

Color information

#BFE3C0 (or 0xBFE3C0) is unknown color: approx Sea Mist. HEX triplet: BF, E3 and C0. RGB value is (191,227,192). Sum of RGB (Red+Green+Blue) = 191+227+192=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 227 (89.06% from 255 or 37.21% from 610); Blue value is 192 (75.39% from 255 or 31.48% from 610); Max value from RGB is 227 - color contains mainly: green. Hex color #BFE3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFE3C0 is #401C3F. Grayscale: #D4D4D4. Windows color (decimal): -4201536 or 12641215. OLE color: 12641215.

HSL color Cylindrical-coordinate representation of color #BFE3C0: hue angle of 121.67º degrees, saturation: 0.39, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFE3C0 is Cyan = 0.16, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.

Color convert

RGB191227192-
CMYK0.1600.150.11
HSL121.67º39.13%81.96%-
HSV(B)121.67º15.86%89.02%-
XYZ58.4769.8260.26-
YUV212.25116.57112.85-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.31%
GREEN value IS 227 (89.06% from 255) = 37.21%
BLUE value IS 192 (75.39% from 255) = 31.48%
R=31.31%
G=37.21%
B=31.48%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912271920.1600.150.11121.6739.1381.96
HexBFE3C0100FB7a2752
Octal277343300200171317247122
Binary1011111111100011110000001000001111101111110101001111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE3C0; }

 p { color: rgb(191,227,192); }

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

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

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

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

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

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

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