#BFD6BF

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

Shades of Sea Mist #BFD6BF

Tints of Sea Mist #BFD6BF

Color information

#BFD6BF (or 0xBFD6BF) is unknown color: approx Sea Mist. HEX triplet: BF, D6 and BF. RGB value is (191,214,191). Sum of RGB (Red+Green+Blue) = 191+214+191=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 214 (83.98% from 255 or 35.91% from 596); Blue value is 191 (75% from 255 or 32.05% from 596); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6BF is #402940. Grayscale: #CCCCCC. Windows color (decimal): -4204865 or 12572351. OLE color: 12572351.

HSL color Cylindrical-coordinate representation of color #BFD6BF: hue angle of 120º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BFD6BF is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB191214191-
CMYK0.1100.110.16
HSL120º21.9%79.41%-
HSV(B)120º10.75%83.92%-
XYZ54.9462.9358.54-
YUV204.5120.38118.37-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 32.05%
GREEN value IS 214 (83.98% from 255) = 35.91%
BLUE value IS 191 (75% from 255) = 32.05%
R=32.05%
G=35.91%
B=32.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141910.1100.110.1612021.979.41
HexBFD6BFB0B1078164f
Octal277326277130132017026117
Binary101111111101011010111111101101011100001111000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6BF; }

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

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

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

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

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

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

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

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