Shades of Link Water #BFC3D0
Tints of Link Water #BFC3D0
RGB
CMYK
RGB Variations
Color information
#BFC3D0 (or 0xBFC3D0) is known color: Link Water. HEX triplet: BF, C3 and D0. RGB value is (191,195,208). Sum of RGB (Red+Green+Blue) = 191+195+208=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 195 (76.56% from 255 or 32.83% from 594); Blue value is 208 (81.64% from 255 or 35.02% from 594); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC3D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3D0 is #403C2F. Grayscale: #C3C3C3. Windows color (decimal): -4209712 or 13681599. OLE color: 13681599.
HSL color Cylindrical-coordinate representation of color #BFC3D0: hue angle of 225.88º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC3D0 is Cyan = 0.08, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 195 | 208 | - |
| CMYK | 0.08 | 0.06 | 0 | 0.18 |
| HSL | 225.88º | 0.15% | 0.78% | - |
| HSV(B) | 225.88º | 0.08% | 0.82% | - |
| XYZ | 52.39 | 54.66 | 67.46 | - |
| YUV | 195.29 | 135.17 | 124.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 208 | 0.08 | 0.06 | 0 | 0.18 | 225.88 | 0.15 | 0.78 |
| Hex | BF | C3 | D0 | 8 | 6 | 0 | 12 | E2 | F | 4E |
| Octal | 277 | 303 | 320 | 10 | 6 | 0 | 22 | 342 | 17 | 116 |
| Binary | 10111111 | 11000011 | 11010000 | 1000 | 110 | 0 | 10010 | 11100010 | 1111 | 1001110 |
Color Harmonies of #BFC3D0
Complementary color
Monochromatic Colors of #BFC3D0
Black with #BFC3D0
Text Example
Text Example
White with #BFC3D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3D0; }
p { color: rgb(191,195,208); }
H1.HeaderClassName
{
color: #BFC3D0;
}
.AnyTagClassName
{
color: #BFC3D0;
}
</style>
background-color css
<style>
a { background-color: #BFC3D0; }
a { background-color: rgb(191,195,208); }
div.DivClassName
{
background-color: #BFC3D0;
}
.BgClassName
{
background-color: #BFC3D0;
}
</style>
border-color css
<style>
span { border-color: #BFC3D0; }
span { border-color: rgb(191,195,208); }
td.TdClassName
{
border-color: #BFC3D0;
}
.TagClassName
{
border-color: #BFC3D0;
}
</style>