Shades of Link Water #BFCDDB
Tints of Link Water #BFCDDB
RGB
CMYK
RGB Variations
Color information
#BFCDDB (or 0xBFCDDB) is known color: Link Water. HEX triplet: BF, CD and DB. RGB value is (191,205,219). Sum of RGB (Red+Green+Blue) = 191+205+219=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 205 (80.47% from 255 or 33.33% from 615); Blue value is 219 (85.94% from 255 or 35.61% from 615); Max value from RGB is 219 - color contains mainly: blue. Hex color #BFCDDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCDDB is #403224. Grayscale: #CACACA. Windows color (decimal): -4207141 or 14405055. OLE color: 14405055.
HSL color Cylindrical-coordinate representation of color #BFCDDB: hue angle of 210º 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 #BFCDDB is Cyan = 0.13, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 191 | 205 | 219 | - |
CMYK | 0.13 | 0.06 | 0 | 0.14 |
HSL | 210º | 0.28% | 0.8% | - |
HSV(B) | 210º | 0.13% | 0.86% | - |
XYZ | 56.1 | 59.85 | 75.61 | - |
YUV | 202.41 | 137.36 | 119.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 205 | 219 | 0.13 | 0.06 | 0 | 0.14 | 210 | 0.28 | 0.8 |
Hex | BF | CD | DB | D | 6 | 0 | E | D2 | 1C | 50 |
Octal | 277 | 315 | 333 | 15 | 6 | 0 | 16 | 322 | 34 | 120 |
Binary | 10111111 | 11001101 | 11011011 | 1101 | 110 | 0 | 1110 | 11010010 | 11100 | 1010000 |
Color Harmonies of #BFCDDB
Complementary color
Monochromatic Colors of #BFCDDB
Black with #BFCDDB
Text Example
Text Example
White with #BFCDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCDDB; }
p { color: rgb(191,205,219); }
H1.HeaderClassName
{
color: #BFCDDB;
}
.AnyTagClassName
{
color: #BFCDDB;
}
</style>
background-color css
<style>
a { background-color: #BFCDDB; }
a { background-color: rgb(191,205,219); }
div.DivClassName
{
background-color: #BFCDDB;
}
.BgClassName
{
background-color: #BFCDDB;
}
</style>
border-color css
<style>
span { border-color: #BFCDDB; }
span { border-color: rgb(191,205,219); }
td.TdClassName
{
border-color: #BFCDDB;
}
.TagClassName
{
border-color: #BFCDDB;
}
</style>