#BFDEBF

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

Shades of Sea Mist #BFDEBF

Tints of Sea Mist #BFDEBF

Color information

#BFDEBF (or 0xBFDEBF) is unknown color: approx Sea Mist. HEX triplet: BF, DE and BF. RGB value is (191,222,191). Sum of RGB (Red+Green+Blue) = 191+222+191=604 (80% of max value = 765). Red value is 191 (75% from 255 or 31.62% from 604); Green value is 222 (87.11% from 255 or 36.75% from 604); Blue value is 191 (75% from 255 or 31.62% from 604); Max value from RGB is 222 - color contains mainly: green. Hex color #BFDEBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDEBF is #402140. Grayscale: #D1D1D1. Windows color (decimal): -4202817 or 12574399. OLE color: 12574399.

HSL color Cylindrical-coordinate representation of color #BFDEBF: hue angle of 120º degrees, saturation: 0.32, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFDEBF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB191222191-
CMYK0.1400.140.13
HSL120º31.96%80.98%-
HSV(B)120º13.96%87.06%-
XYZ57.0167.0859.23-
YUV209.2117.73115.02-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.62%
GREEN value IS 222 (87.11% from 255) = 36.75%
BLUE value IS 191 (75% from 255) = 31.62%
R=31.62%
G=36.75%
B=31.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1912221910.1400.140.1312031.9680.98
HexBFDEBFE0ED782051
Octal277336277160161517040121
Binary101111111101111010111111111001110110111110001000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDEBF; }

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

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

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

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

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

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

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

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