Shades of Link Water #BFC3D3
Tints of Link Water #BFC3D3
RGB
CMYK
RGB Variations
Color information
#BFC3D3 (or 0xBFC3D3) is known color: Link Water. HEX triplet: BF, C3 and D3. RGB value is (191,195,211). Sum of RGB (Red+Green+Blue) = 191+195+211=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 195 (76.56% from 255 or 32.66% from 597); Blue value is 211 (82.81% from 255 or 35.34% from 597); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFC3D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3D3 is #403C2C. Grayscale: #C3C3C3. Windows color (decimal): -4209709 or 13878207. OLE color: 13878207.
HSL color Cylindrical-coordinate representation of color #BFC3D3: hue angle of 228º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC3D3 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 191 | 195 | 211 | - |
| CMYK | 0.09 | 0.08 | 0 | 0.17 |
| HSL | 228º | 0.19% | 0.79% | - |
| HSV(B) | 228º | 0.09% | 0.83% | - |
| XYZ | 52.76 | 54.81 | 69.43 | - |
| YUV | 195.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 211 | 0.09 | 0.08 | 0 | 0.17 | 228 | 0.19 | 0.79 |
| Hex | BF | C3 | D3 | 9 | 8 | 0 | 11 | E4 | 13 | 4F |
| Octal | 277 | 303 | 323 | 11 | 10 | 0 | 21 | 344 | 23 | 117 |
| Binary | 10111111 | 11000011 | 11010011 | 1001 | 1000 | 0 | 10001 | 11100100 | 10011 | 1001111 |
Color Harmonies of #BFC3D3
Complementary color
Monochromatic Colors of #BFC3D3
Black with #BFC3D3
Text Example
Text Example
White with #BFC3D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3D3; }
p { color: rgb(191,195,211); }
H1.HeaderClassName
{
color: #BFC3D3;
}
.AnyTagClassName
{
color: #BFC3D3;
}
</style>
background-color css
<style>
a { background-color: #BFC3D3; }
a { background-color: rgb(191,195,211); }
div.DivClassName
{
background-color: #BFC3D3;
}
.BgClassName
{
background-color: #BFC3D3;
}
</style>
border-color css
<style>
span { border-color: #BFC3D3; }
span { border-color: rgb(191,195,211); }
td.TdClassName
{
border-color: #BFC3D3;
}
.TagClassName
{
border-color: #BFC3D3;
}
</style>