Shades of Link Water #BFC8DB
Tints of Link Water #BFC8DB
RGB
CMYK
RGB Variations
Color information
#BFC8DB (or 0xBFC8DB) is known color: Link Water. HEX triplet: BF, C8 and DB. RGB value is (191,200,219). Sum of RGB (Red+Green+Blue) = 191+200+219=610 (80% of max value = 765). Red value is 191 (75% from 255 or 31.31% from 610); Green value is 200 (78.52% from 255 or 32.79% from 610); Blue value is 219 (85.94% from 255 or 35.90% from 610); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFC8DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC8DB is #403724. Grayscale: #C7C7C7. Windows color (decimal): -4208421 or 14403775. OLE color: 14403775.
HSL color Cylindrical-coordinate representation of color #BFC8DB: hue angle of 220.71º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BFC8DB is Cyan = 0.13, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 200 | 219 | - |
CMYK | 0.13 | 0.09 | 0 | 0.14 |
HSL | 220.71º | 0.28% | 0.8% | - |
HSV(B) | 220.71º | 0.13% | 0.86% | - |
XYZ | 54.93 | 57.5 | 75.22 | - |
YUV | 199.48 | 139.02 | 121.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 200 | 219 | 0.13 | 0.09 | 0 | 0.14 | 220.71 | 0.28 | 0.8 |
Hex | BF | C8 | DB | D | 9 | 0 | E | DD | 1C | 50 |
Octal | 277 | 310 | 333 | 15 | 11 | 0 | 16 | 335 | 34 | 120 |
Binary | 10111111 | 11001000 | 11011011 | 1101 | 1001 | 0 | 1110 | 11011101 | 11100 | 1010000 |
Color Harmonies of #BFC8DB
Complementary color
Monochromatic Colors of #BFC8DB
Black with #BFC8DB
Text Example
Text Example
White with #BFC8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC8DB; }
p { color: rgb(191,200,219); }
H1.HeaderClassName
{
color: #BFC8DB;
}
.AnyTagClassName
{
color: #BFC8DB;
}
</style>
background-color css
<style>
a { background-color: #BFC8DB; }
a { background-color: rgb(191,200,219); }
div.DivClassName
{
background-color: #BFC8DB;
}
.BgClassName
{
background-color: #BFC8DB;
}
</style>
border-color css
<style>
span { border-color: #BFC8DB; }
span { border-color: rgb(191,200,219); }
td.TdClassName
{
border-color: #BFC8DB;
}
.TagClassName
{
border-color: #BFC8DB;
}
</style>