Shades of Link Water #BBBFCF
Tints of Link Water #BBBFCF
RGB
CMYK
RGB Variations
Color information
#BBBFCF (or 0xBBBFCF) is known color: Link Water. HEX triplet: BB, BF and CF. RGB value is (187,191,207). Sum of RGB (Red+Green+Blue) = 187+191+207=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 191 (75% from 255 or 32.65% from 585); Blue value is 207 (81.25% from 255 or 35.38% from 585); Max value from RGB is 207 - color contains mainly: blue. Hex color #BBBFCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBFCF is #444030. Grayscale: #BFBFBF. Windows color (decimal): -4472881 or 13615035. OLE color: 13615035.
HSL color Cylindrical-coordinate representation of color #BBBFCF: hue angle of 228º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBBFCF is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 187 | 191 | 207 | - |
| CMYK | 0.10 | 0.08 | 0 | 0.19 |
| HSL | 228º | 0.17% | 0.77% | - |
| HSV(B) | 228º | 0.1% | 0.81% | - |
| XYZ | 50.39 | 52.33 | 66.48 | - |
| YUV | 191.63 | 136.67 | 124.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 191 | 207 | 0.10 | 0.08 | 0 | 0.19 | 228 | 0.17 | 0.77 |
| Hex | BB | BF | CF | A | 8 | 0 | 13 | E4 | 11 | 4D |
| Octal | 273 | 277 | 317 | 12 | 10 | 0 | 23 | 344 | 21 | 115 |
| Binary | 10111011 | 10111111 | 11001111 | 1010 | 1000 | 0 | 10011 | 11100100 | 10001 | 1001101 |
Color Harmonies of #BBBFCF
Complementary color
Monochromatic Colors of #BBBFCF
Black with #BBBFCF
Text Example
Text Example
White with #BBBFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBFCF; }
p { color: rgb(187,191,207); }
H1.HeaderClassName
{
color: #BBBFCF;
}
.AnyTagClassName
{
color: #BBBFCF;
}
</style>
background-color css
<style>
a { background-color: #BBBFCF; }
a { background-color: rgb(187,191,207); }
div.DivClassName
{
background-color: #BBBFCF;
}
.BgClassName
{
background-color: #BBBFCF;
}
</style>
border-color css
<style>
span { border-color: #BBBFCF; }
span { border-color: rgb(187,191,207); }
td.TdClassName
{
border-color: #BBBFCF;
}
.TagClassName
{
border-color: #BBBFCF;
}
</style>