Shades of Link Water #BFC4D2
Tints of Link Water #BFC4D2
RGB
CMYK
RGB Variations
Color information
#BFC4D2 (or 0xBFC4D2) is known color: Link Water. HEX triplet: BF, C4 and D2. RGB value is (191,196,210). Sum of RGB (Red+Green+Blue) = 191+196+210=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 196 (76.95% from 255 or 32.83% from 597); Blue value is 210 (82.42% from 255 or 35.18% from 597); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFC4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4D2 is #403B2D. Grayscale: #C4C4C4. Windows color (decimal): -4209454 or 13812927. OLE color: 13812927.
HSL color Cylindrical-coordinate representation of color #BFC4D2: hue angle of 224.21º 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 #BFC4D2 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 196 | 210 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.18 |
| HSL | 224.21º | 0.17% | 0.79% | - |
| HSV(B) | 224.21º | 0.09% | 0.82% | - |
| XYZ | 52.86 | 55.21 | 68.84 | - |
| YUV | 196.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 196 | 210 | 0.09 | 0.07 | 0 | 0.18 | 224.21 | 0.17 | 0.79 |
| Hex | BF | C4 | D2 | 9 | 7 | 0 | 12 | E0 | 11 | 4F |
| Octal | 277 | 304 | 322 | 11 | 7 | 0 | 22 | 340 | 21 | 117 |
| Binary | 10111111 | 11000100 | 11010010 | 1001 | 111 | 0 | 10010 | 11100000 | 10001 | 1001111 |
Color Harmonies of #BFC4D2
Complementary color
Monochromatic Colors of #BFC4D2
Black with #BFC4D2
Text Example
Text Example
White with #BFC4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4D2; }
p { color: rgb(191,196,210); }
H1.HeaderClassName
{
color: #BFC4D2;
}
.AnyTagClassName
{
color: #BFC4D2;
}
</style>
background-color css
<style>
a { background-color: #BFC4D2; }
a { background-color: rgb(191,196,210); }
div.DivClassName
{
background-color: #BFC4D2;
}
.BgClassName
{
background-color: #BFC4D2;
}
</style>
border-color css
<style>
span { border-color: #BFC4D2; }
span { border-color: rgb(191,196,210); }
td.TdClassName
{
border-color: #BFC4D2;
}
.TagClassName
{
border-color: #BFC4D2;
}
</style>