#BFD7BF

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

Shades of Sea Mist #BFD7BF

Tints of Sea Mist #BFD7BF

Color information

#BFD7BF (or 0xBFD7BF) is unknown color: approx Sea Mist. HEX triplet: BF, D7 and BF. RGB value is (191,215,191). Sum of RGB (Red+Green+Blue) = 191+215+191=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 215 (84.38% from 255 or 36.01% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD7BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD7BF is #402840. Grayscale: #CDCDCD. Windows color (decimal): -4204609 or 12572607. OLE color: 12572607.

HSL color Cylindrical-coordinate representation of color #BFD7BF: hue angle of 120º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD7BF is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB191215191-
CMYK0.1100.110.16
HSL120º23.08%79.61%-
HSV(B)120º11.16%84.31%-
XYZ55.1963.4458.63-
YUV205.09120.05117.95-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 215 (84.38% from 255) = 36.01%
BLUE value IS 191 (75% from 255) = 31.99%
R=31.99%
G=36.01%
B=31.99%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912151910.1100.110.1612023.0879.61
HexBFD7BFB0B10781750
Octal277327277130132017027120
Binary101111111101011110111111101101011100001111000101111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD7BF; }

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

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

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

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

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

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

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

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