Shades of Link Water #BFD3E4
Tints of Link Water #BFD3E4
RGB
CMYK
RGB Variations
Color information
#BFD3E4 (or 0xBFD3E4) is known color: Link Water. HEX triplet: BF, D3 and E4. RGB value is (191,211,228). Sum of RGB (Red+Green+Blue) = 191+211+228=630 (83% of max value = 765). Red value is 191 (75% from 255 or 30.32% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 228 (89.45% from 255 or 36.19% from 630); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFD3E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD3E4 is #402C1B. Grayscale: #CECECE. Windows color (decimal): -4205596 or 14996415. OLE color: 14996415.
HSL color Cylindrical-coordinate representation of color #BFD3E4: hue angle of 207.57º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BFD3E4 is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 211 | 228 | - |
| CMYK | 0.16 | 0.07 | 0 | 0.11 |
| HSL | 207.57º | 0.41% | 0.82% | - |
| HSV(B) | 207.57º | 0.16% | 0.89% | - |
| XYZ | 58.78 | 63.27 | 82.51 | - |
| YUV | 206.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 211 | 228 | 0.16 | 0.07 | 0 | 0.11 | 207.57 | 0.41 | 0.82 |
| Hex | BF | D3 | E4 | 10 | 7 | 0 | B | D0 | 29 | 52 |
| Octal | 277 | 323 | 344 | 20 | 7 | 0 | 13 | 320 | 51 | 122 |
| Binary | 10111111 | 11010011 | 11100100 | 10000 | 111 | 0 | 1011 | 11010000 | 101001 | 1010010 |
Color Harmonies of #BFD3E4
Complementary color
Monochromatic Colors of #BFD3E4
Black with #BFD3E4
Text Example
Text Example
White with #BFD3E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD3E4; }
p { color: rgb(191,211,228); }
H1.HeaderClassName
{
color: #BFD3E4;
}
.AnyTagClassName
{
color: #BFD3E4;
}
</style>
background-color css
<style>
a { background-color: #BFD3E4; }
a { background-color: rgb(191,211,228); }
div.DivClassName
{
background-color: #BFD3E4;
}
.BgClassName
{
background-color: #BFD3E4;
}
</style>
border-color css
<style>
span { border-color: #BFD3E4; }
span { border-color: rgb(191,211,228); }
td.TdClassName
{
border-color: #BFD3E4;
}
.TagClassName
{
border-color: #BFD3E4;
}
</style>