#BFD6C0

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

Shades of Sea Mist #BFD6C0

Tints of Sea Mist #BFD6C0

Color information

#BFD6C0 (or 0xBFD6C0) is unknown color: approx Sea Mist. HEX triplet: BF, D6 and C0. RGB value is (191,214,192). Sum of RGB (Red+Green+Blue) = 191+214+192=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 214 (83.98% from 255 or 35.85% from 597); Blue value is 192 (75.39% from 255 or 32.16% from 597); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C0 is #40293F. Grayscale: #CCCCCC. Windows color (decimal): -4204864 or 12637887. OLE color: 12637887.

HSL color Cylindrical-coordinate representation of color #BFD6C0: hue angle of 122.61º 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 #BFD6C0 is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB191214192-
CMYK0.1100.100.16
HSL122.61º21.9%79.41%-
HSV(B)122.61º10.75%83.92%-
XYZ55.0562.9859.12-
YUV204.61120.88118.29-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.99%
GREEN value IS 214 (83.98% from 255) = 35.85%
BLUE value IS 192 (75.39% from 255) = 32.16%
R=31.99%
G=35.85%
B=32.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141920.1100.100.16122.6121.979.41
HexBFD6C0B0A107b164f
Octal277326300130122017326117
Binary101111111101011011000000101101010100001111011101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6C0; }

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

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

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

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

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

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

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

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