#BFD6C2

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

Shades of Sea Mist #BFD6C2

Tints of Sea Mist #BFD6C2

Color information

#BFD6C2 (or 0xBFD6C2) is unknown color: approx Sea Mist. HEX triplet: BF, D6 and C2. RGB value is (191,214,194). Sum of RGB (Red+Green+Blue) = 191+214+194=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 214 (83.98% from 255 or 35.73% from 599); Blue value is 194 (76.17% from 255 or 32.39% from 599); Max value from RGB is 214 - color contains mainly: green. Hex color #BFD6C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD6C2 is #40293D. Grayscale: #CCCCCC. Windows color (decimal): -4204862 or 12768959. OLE color: 12768959.

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

Color convert

RGB191214194-
CMYK0.1100.090.16
HSL127.83º21.9%79.41%-
HSV(B)127.83º10.75%83.92%-
XYZ55.2763.0660.3-
YUV204.84121.88118.13-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 31.89%
GREEN value IS 214 (83.98% from 255) = 35.73%
BLUE value IS 194 (76.17% from 255) = 32.39%
R=31.89%
G=35.73%
B=32.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1912141940.1100.090.16127.8321.979.41
HexBFD6C2B091080164f
Octal277326302130112020026117
Binary1011111111010110110000101011010011000010000000101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD6C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD6C2; }

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

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

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

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

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

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

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

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