Shades of Sea Mist #BFD2C2
Tints of Sea Mist #BFD2C2
RGB
CMYK
RGB Variations
Color information
#BFD2C2 (or 0xBFD2C2) is known color: Sea Mist. HEX triplet: BF, D2 and C2. RGB value is (191,210,194). Sum of RGB (Red+Green+Blue) = 191+210+194=595 (78% of max value = 765). Red value is 191 (75% from 255 or 32.10% from 595); Green value is 210 (82.42% from 255 or 35.29% from 595); Blue value is 194 (76.17% from 255 or 32.61% from 595); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2C2 is #402D3D. Grayscale: #CACACA. Windows color (decimal): -4205886 or 12767935. OLE color: 12767935.
HSL color Cylindrical-coordinate representation of color #BFD2C2: hue angle of 129.47º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2C2 is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 194 | - |
| CMYK | 0.09 | 0 | 0.08 | 0.18 |
| HSL | 129.47º | 0.17% | 0.79% | - |
| HSV(B) | 129.47º | 0.09% | 0.82% | - |
| XYZ | 54.27 | 61.06 | 59.97 | - |
| YUV | 202.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 194 | 0.09 | 0 | 0.08 | 0.18 | 129.47 | 0.17 | 0.79 |
| Hex | BF | D2 | C2 | 9 | 0 | 8 | 12 | 81 | 11 | 4F |
| Octal | 277 | 322 | 302 | 11 | 0 | 10 | 22 | 201 | 21 | 117 |
| Binary | 10111111 | 11010010 | 11000010 | 1001 | 0 | 1000 | 10010 | 10000001 | 10001 | 1001111 |
Color Harmonies of #BFD2C2
Complementary color
Monochromatic Colors of #BFD2C2
Black with #BFD2C2
Text Example
Text Example
White with #BFD2C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2C2; }
p { color: rgb(191,210,194); }
H1.HeaderClassName
{
color: #BFD2C2;
}
.AnyTagClassName
{
color: #BFD2C2;
}
</style>
background-color css
<style>
a { background-color: #BFD2C2; }
a { background-color: rgb(191,210,194); }
div.DivClassName
{
background-color: #BFD2C2;
}
.BgClassName
{
background-color: #BFD2C2;
}
</style>
border-color css
<style>
span { border-color: #BFD2C2; }
span { border-color: rgb(191,210,194); }
td.TdClassName
{
border-color: #BFD2C2;
}
.TagClassName
{
border-color: #BFD2C2;
}
</style>