#BFDDBF

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

Shades of Sea Mist #BFDDBF

Tints of Sea Mist #BFDDBF

Color information

#BFDDBF (or 0xBFDDBF) is unknown color: approx Sea Mist. HEX triplet: BF, DD and BF. RGB value is (191,221,191). Sum of RGB (Red+Green+Blue) = 191+221+191=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 191 (75% from 255 or 31.67% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBF is #402240. Grayscale: #D0D0D0. Windows color (decimal): -4203073 or 12574143. OLE color: 12574143.

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

Color convert

RGB191221191-
CMYK0.1400.140.13
HSL120º30.61%80.78%-
HSV(B)120º13.57%86.67%-
XYZ56.7566.5559.14-
YUV208.61118.06115.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.67%
GREEN value IS 221 (86.72% from 255) = 36.65%
BLUE value IS 191 (75% from 255) = 31.67%
R=31.67%
G=36.65%
B=31.67%

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
Decimal1912211910.1400.140.1312030.6180.78
HexBFDDBFE0ED781f51
Octal277335277160161517037121
Binary10111111110111011011111111100111011011111000111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDBF; }

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

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

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

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

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

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

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

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