#BFDCBF

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

Shades of Sea Mist #BFDCBF

Tints of Sea Mist #BFDCBF

Color information

#BFDCBF (or 0xBFDCBF) is unknown color: approx Sea Mist. HEX triplet: BF, DC and BF. RGB value is (191,220,191). Sum of RGB (Red+Green+Blue) = 191+220+191=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 191 (75% from 255 or 31.73% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCBF is #402340. Grayscale: #D0D0D0. Windows color (decimal): -4203329 or 12573887. OLE color: 12573887.

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

Color convert

RGB191220191-
CMYK0.1300.130.14
HSL120º29.29%80.59%-
HSV(B)120º13.18%86.27%-
XYZ56.4866.0259.06-
YUV208.02118.39115.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 191 (75% from 255) = 31.73%
R=31.73%
G=36.54%
B=31.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201910.1300.130.1412029.2980.59
HexBFDCBFD0DE781d51
Octal277334277150151617035121
Binary10111111110111001011111111010110111101111000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCBF; }

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

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

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

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

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

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

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

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