Shades of Link Water #BFD1E3
Tints of Link Water #BFD1E3
RGB
CMYK
RGB Variations
Color information
#BFD1E3 (or 0xBFD1E3) is known color: Link Water. HEX triplet: BF, D1 and E3. RGB value is (191,209,227). Sum of RGB (Red+Green+Blue) = 191+209+227=627 (83% of max value = 765). Red value is 191 (75% from 255 or 30.46% from 627); Green value is 209 (82.03% from 255 or 33.33% from 627); Blue value is 227 (89.06% from 255 or 36.20% from 627); Max value from RGB is 227 - color contains mainly: blue. Hex color #BFD1E3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD1E3 is #402E1C. Grayscale: #CDCDCD. Windows color (decimal): -4206109 or 14930367. OLE color: 14930367.
HSL color Cylindrical-coordinate representation of color #BFD1E3: hue angle of 210º degrees, saturation: 0.39, 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 #BFD1E3 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 191 | 209 | 227 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.11 |
| HSL | 210º | 0.39% | 0.82% | - |
| HSV(B) | 210º | 0.16% | 0.89% | - |
| XYZ | 58.15 | 62.22 | 81.62 | - |
| YUV | 205.67 | 140.04 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 209 | 227 | 0.16 | 0.08 | 0 | 0.11 | 210 | 0.39 | 0.82 |
| Hex | BF | D1 | E3 | 10 | 8 | 0 | B | D2 | 27 | 52 |
| Octal | 277 | 321 | 343 | 20 | 10 | 0 | 13 | 322 | 47 | 122 |
| Binary | 10111111 | 11010001 | 11100011 | 10000 | 1000 | 0 | 1011 | 11010010 | 100111 | 1010010 |
Color Harmonies of #BFD1E3
Complementary color
Monochromatic Colors of #BFD1E3
Black with #BFD1E3
Text Example
Text Example
White with #BFD1E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD1E3; }
p { color: rgb(191,209,227); }
H1.HeaderClassName
{
color: #BFD1E3;
}
.AnyTagClassName
{
color: #BFD1E3;
}
</style>
background-color css
<style>
a { background-color: #BFD1E3; }
a { background-color: rgb(191,209,227); }
div.DivClassName
{
background-color: #BFD1E3;
}
.BgClassName
{
background-color: #BFD1E3;
}
</style>
border-color css
<style>
span { border-color: #BFD1E3; }
span { border-color: rgb(191,209,227); }
td.TdClassName
{
border-color: #BFD1E3;
}
.TagClassName
{
border-color: #BFD1E3;
}
</style>