#BFDCBE

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

Shades of Sea Mist #BFDCBE

Tints of Sea Mist #BFDCBE

Color information

#BFDCBE (or 0xBFDCBE) is unknown color: approx Sea Mist. HEX triplet: BF, DC and BE. RGB value is (191,220,190). Sum of RGB (Red+Green+Blue) = 191+220+190=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDCBE is #402341. Grayscale: #CFCFCF. Windows color (decimal): -4203330 or 12508351. OLE color: 12508351.

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

Color convert

RGB191220190-
CMYK0.1300.140.14
HSL118º30%80.39%-
HSV(B)118º13.64%86.27%-
XYZ56.3765.9858.48-
YUV207.91117.89115.94-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.78%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=31.78%
G=36.61%
B=31.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1912201900.1300.140.141183080.39
HexBFDCBED0EE761e50
Octal277334276150161616636120
Binary10111111110111001011111011010111011101110110111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFDCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFDCBE; }

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

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

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

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

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

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

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

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