#BFDDBE

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

Shades of Sea Mist #BFDDBE

Tints of Sea Mist #BFDDBE

Color information

#BFDDBE (or 0xBFDDBE) is unknown color: approx Sea Mist. HEX triplet: BF, DD and BE. RGB value is (191,221,190). Sum of RGB (Red+Green+Blue) = 191+221+190=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 221 (86.72% from 255 or 36.71% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDDBE is #402241. Grayscale: #D0D0D0. Windows color (decimal): -4203074 or 12508607. OLE color: 12508607.

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

Color convert

RGB191221190-
CMYK0.1400.140.13
HSL118.06º31.31%80.59%-
HSV(B)118.06º14.03%86.67%-
XYZ56.6466.5158.57-
YUV208.5117.56115.52-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.73%
GREEN value IS 221 (86.72% from 255) = 36.71%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=31.73%
G=36.71%
B=31.56%

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
Decimal1912211900.1400.140.13118.0631.3180.59
HexBFDDBEE0ED761f51
Octal277335276160161516637121
Binary10111111110111011011111011100111011011110110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDDBE; }

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

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

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

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

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

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

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

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