Shades of Link Water #BFCBDA
Tints of Link Water #BFCBDA
RGB
CMYK
RGB Variations
Color information
#BFCBDA (or 0xBFCBDA) is known color: Link Water. HEX triplet: BF, CB and DA. RGB value is (191,203,218). Sum of RGB (Red+Green+Blue) = 191+203+218=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 203 (79.69% from 255 or 33.17% from 612); Blue value is 218 (85.55% from 255 or 35.62% from 612); Max value from RGB is 218 - color contains mainly: blue. Hex color #BFCBDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCBDA is #403425. Grayscale: #C9C9C9. Windows color (decimal): -4207654 or 14339007. OLE color: 14339007.
HSL color Cylindrical-coordinate representation of color #BFCBDA: hue angle of 213.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFCBDA is Cyan = 0.12, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 203 | 218 | - |
| CMYK | 0.12 | 0.07 | 0 | 0.15 |
| HSL | 213.33º | 0.27% | 0.8% | - |
| HSV(B) | 213.33º | 0.12% | 0.85% | - |
| XYZ | 55.5 | 58.85 | 74.76 | - |
| YUV | 201.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 203 | 218 | 0.12 | 0.07 | 0 | 0.15 | 213.33 | 0.27 | 0.8 |
| Hex | BF | CB | DA | C | 7 | 0 | F | D5 | 1B | 50 |
| Octal | 277 | 313 | 332 | 14 | 7 | 0 | 17 | 325 | 33 | 120 |
| Binary | 10111111 | 11001011 | 11011010 | 1100 | 111 | 0 | 1111 | 11010101 | 11011 | 1010000 |
Color Harmonies of #BFCBDA
Complementary color
Monochromatic Colors of #BFCBDA
Black with #BFCBDA
Text Example
Text Example
White with #BFCBDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCBDA; }
p { color: rgb(191,203,218); }
H1.HeaderClassName
{
color: #BFCBDA;
}
.AnyTagClassName
{
color: #BFCBDA;
}
</style>
background-color css
<style>
a { background-color: #BFCBDA; }
a { background-color: rgb(191,203,218); }
div.DivClassName
{
background-color: #BFCBDA;
}
.BgClassName
{
background-color: #BFCBDA;
}
</style>
border-color css
<style>
span { border-color: #BFCBDA; }
span { border-color: rgb(191,203,218); }
td.TdClassName
{
border-color: #BFCBDA;
}
.TagClassName
{
border-color: #BFCBDA;
}
</style>