#BFDFBF

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

Shades of Sea Mist #BFDFBF

Tints of Sea Mist #BFDFBF

Color information

#BFDFBF (or 0xBFDFBF) is unknown color: approx Sea Mist. HEX triplet: BF, DF and BF. RGB value is (191,223,191). Sum of RGB (Red+Green+Blue) = 191+223+191=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 223 (87.5% from 255 or 36.86% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 223 - color contains mainly: green. Hex color #BFDFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDFBF is #402040. Grayscale: #D1D1D1. Windows color (decimal): -4202561 or 12574655. OLE color: 12574655.

HSL color Cylindrical-coordinate representation of color #BFDFBF: hue angle of 120º degrees, saturation: 0.33, 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 #BFDFBF is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.

Color convert

RGB191223191-
CMYK0.1400.140.13
HSL120º33.33%81.18%-
HSV(B)120º14.35%87.45%-
XYZ57.2867.6159.32-
YUV209.78117.4114.6-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.57%
GREEN value IS 223 (87.5% from 255) = 36.86%
BLUE value IS 191 (75% from 255) = 31.57%
R=31.57%
G=36.86%
B=31.57%

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
Decimal1912231910.1400.140.1312033.3381.18
HexBFDFBFE0ED782151
Octal277337277160161517041121
Binary101111111101111110111111111001110110111110001000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDFBF; }

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

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

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

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

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

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

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

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