Shades of Link Water #BFC2CE
Tints of Link Water #BFC2CE
RGB
CMYK
RGB Variations
Color information
#BFC2CE (or 0xBFC2CE) is known color: Link Water. HEX triplet: BF, C2 and CE. RGB value is (191,194,206). Sum of RGB (Red+Green+Blue) = 191+194+206=591 (78% of max value = 765). Red value is 191 (75% from 255 or 32.32% from 591); Green value is 194 (76.17% from 255 or 32.83% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #BFC2CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2CE is #403D31. Grayscale: #C2C2C2. Windows color (decimal): -4209970 or 13550271. OLE color: 13550271.
HSL color Cylindrical-coordinate representation of color #BFC2CE: hue angle of 228º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BFC2CE is Cyan = 0.07, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 191 | 194 | 206 | - |
| CMYK | 0.07 | 0.06 | 0 | 0.19 |
| HSL | 228º | 0.13% | 0.78% | - |
| HSV(B) | 228º | 0.07% | 0.81% | - |
| XYZ | 51.92 | 54.12 | 66.1 | - |
| YUV | 194.47 | 134.51 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 194 | 206 | 0.07 | 0.06 | 0 | 0.19 | 228 | 0.13 | 0.78 |
| Hex | BF | C2 | CE | 7 | 6 | 0 | 13 | E4 | D | 4E |
| Octal | 277 | 302 | 316 | 7 | 6 | 0 | 23 | 344 | 15 | 116 |
| Binary | 10111111 | 11000010 | 11001110 | 111 | 110 | 0 | 10011 | 11100100 | 1101 | 1001110 |
Color Harmonies of #BFC2CE
Complementary color
Monochromatic Colors of #BFC2CE
Black with #BFC2CE
Text Example
Text Example
White with #BFC2CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2CE; }
p { color: rgb(191,194,206); }
H1.HeaderClassName
{
color: #BFC2CE;
}
.AnyTagClassName
{
color: #BFC2CE;
}
</style>
background-color css
<style>
a { background-color: #BFC2CE; }
a { background-color: rgb(191,194,206); }
div.DivClassName
{
background-color: #BFC2CE;
}
.BgClassName
{
background-color: #BFC2CE;
}
</style>
border-color css
<style>
span { border-color: #BFC2CE; }
span { border-color: rgb(191,194,206); }
td.TdClassName
{
border-color: #BFC2CE;
}
.TagClassName
{
border-color: #BFC2CE;
}
</style>