Shades of Link Water #BFCCDD
Tints of Link Water #BFCCDD
RGB
CMYK
RGB Variations
Color information
#BFCCDD (or 0xBFCCDD) is known color: Link Water. HEX triplet: BF, CC and DD. RGB value is (191,204,221). Sum of RGB (Red+Green+Blue) = 191+204+221=616 (81% of max value = 765). Red value is 191 (75% from 255 or 31.01% from 616); Green value is 204 (80.08% from 255 or 33.12% from 616); Blue value is 221 (86.72% from 255 or 35.88% from 616); Max value from RGB is 221 - color contains mainly: blue. Hex color #BFCCDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCDD is #403322. Grayscale: #C9C9C9. Windows color (decimal): -4207395 or 14535871. OLE color: 14535871.
HSL color Cylindrical-coordinate representation of color #BFCCDD: hue angle of 214º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BFCCDD is Cyan = 0.14, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
RGB | 191 | 204 | 221 | - |
CMYK | 0.14 | 0.08 | 0 | 0.13 |
HSL | 214º | 0.31% | 0.81% | - |
HSV(B) | 214º | 0.14% | 0.87% | - |
XYZ | 56.13 | 59.48 | 76.93 | - |
YUV | 202.05 | 138.69 | 120.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 204 | 221 | 0.14 | 0.08 | 0 | 0.13 | 214 | 0.31 | 0.81 |
Hex | BF | CC | DD | E | 8 | 0 | D | D6 | 1F | 51 |
Octal | 277 | 314 | 335 | 16 | 10 | 0 | 15 | 326 | 37 | 121 |
Binary | 10111111 | 11001100 | 11011101 | 1110 | 1000 | 0 | 1101 | 11010110 | 11111 | 1010001 |
Color Harmonies of #BFCCDD
Complementary color
Monochromatic Colors of #BFCCDD
Black with #BFCCDD
Text Example
Text Example
White with #BFCCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCDD; }
p { color: rgb(191,204,221); }
H1.HeaderClassName
{
color: #BFCCDD;
}
.AnyTagClassName
{
color: #BFCCDD;
}
</style>
background-color css
<style>
a { background-color: #BFCCDD; }
a { background-color: rgb(191,204,221); }
div.DivClassName
{
background-color: #BFCCDD;
}
.BgClassName
{
background-color: #BFCCDD;
}
</style>
border-color css
<style>
span { border-color: #BFCCDD; }
span { border-color: rgb(191,204,221); }
td.TdClassName
{
border-color: #BFCCDD;
}
.TagClassName
{
border-color: #BFCCDD;
}
</style>