Shades of Link Water #BFC4D5
Tints of Link Water #BFC4D5
RGB
CMYK
RGB Variations
Color information
#BFC4D5 (or 0xBFC4D5) is known color: Link Water. HEX triplet: BF, C4 and D5. RGB value is (191,196,213). Sum of RGB (Red+Green+Blue) = 191+196+213=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 196 (76.95% from 255 or 32.67% from 600); Blue value is 213 (83.59% from 255 or 35.5% from 600); Max value from RGB is 213 - color contains mainly: blue. Hex color #BFC4D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC4D5 is #403B2A. Grayscale: #C4C4C4. Windows color (decimal): -4209451 or 14009535. OLE color: 14009535.
HSL color Cylindrical-coordinate representation of color #BFC4D5: hue angle of 226.36º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFC4D5 is Cyan = 0.10, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 191 | 196 | 213 | - |
CMYK | 0.10 | 0.08 | 0 | 0.16 |
HSL | 226.36º | 0.21% | 0.79% | - |
HSV(B) | 226.36º | 0.1% | 0.84% | - |
XYZ | 53.24 | 55.36 | 70.83 | - |
YUV | 196.44 | 137.34 | 124.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 196 | 213 | 0.10 | 0.08 | 0 | 0.16 | 226.36 | 0.21 | 0.79 |
Hex | BF | C4 | D5 | A | 8 | 0 | 10 | E2 | 15 | 4F |
Octal | 277 | 304 | 325 | 12 | 10 | 0 | 20 | 342 | 25 | 117 |
Binary | 10111111 | 11000100 | 11010101 | 1010 | 1000 | 0 | 10000 | 11100010 | 10101 | 1001111 |
Color Harmonies of #BFC4D5
Complementary color
Monochromatic Colors of #BFC4D5
Black with #BFC4D5
Text Example
Text Example
White with #BFC4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC4D5; }
p { color: rgb(191,196,213); }
H1.HeaderClassName
{
color: #BFC4D5;
}
.AnyTagClassName
{
color: #BFC4D5;
}
</style>
background-color css
<style>
a { background-color: #BFC4D5; }
a { background-color: rgb(191,196,213); }
div.DivClassName
{
background-color: #BFC4D5;
}
.BgClassName
{
background-color: #BFC4D5;
}
</style>
border-color css
<style>
span { border-color: #BFC4D5; }
span { border-color: rgb(191,196,213); }
td.TdClassName
{
border-color: #BFC4D5;
}
.TagClassName
{
border-color: #BFC4D5;
}
</style>