Shades of Link Water #BFC3D2
Tints of Link Water #BFC3D2
RGB
CMYK
RGB Variations
Color information
#BFC3D2 (or 0xBFC3D2) is known color: Link Water. HEX triplet: BF, C3 and D2. RGB value is (191,195,210). Sum of RGB (Red+Green+Blue) = 191+195+210=596 (78% of max value = 765). Red value is 191 (75% from 255 or 32.05% from 596); Green value is 195 (76.56% from 255 or 32.72% from 596); Blue value is 210 (82.42% from 255 or 35.23% from 596); Max value from RGB is 210 - color contains mainly: blue. Hex color #BFC3D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC3D2 is #403C2D. Grayscale: #C3C3C3. Windows color (decimal): -4209710 or 13812671. OLE color: 13812671.
HSL color Cylindrical-coordinate representation of color #BFC3D2: hue angle of 227.37º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFC3D2 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 195 | 210 | - |
| CMYK | 0.09 | 0.07 | 0 | 0.18 |
| HSL | 227.37º | 0.17% | 0.79% | - |
| HSV(B) | 227.37º | 0.09% | 0.82% | - |
| XYZ | 52.63 | 54.76 | 68.77 | - |
| YUV | 195.51 | 136.17 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 195 | 210 | 0.09 | 0.07 | 0 | 0.18 | 227.37 | 0.17 | 0.79 |
| Hex | BF | C3 | D2 | 9 | 7 | 0 | 12 | E3 | 11 | 4F |
| Octal | 277 | 303 | 322 | 11 | 7 | 0 | 22 | 343 | 21 | 117 |
| Binary | 10111111 | 11000011 | 11010010 | 1001 | 111 | 0 | 10010 | 11100011 | 10001 | 1001111 |
Color Harmonies of #BFC3D2
Complementary color
Monochromatic Colors of #BFC3D2
Black with #BFC3D2
Text Example
Text Example
White with #BFC3D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC3D2; }
p { color: rgb(191,195,210); }
H1.HeaderClassName
{
color: #BFC3D2;
}
.AnyTagClassName
{
color: #BFC3D2;
}
</style>
background-color css
<style>
a { background-color: #BFC3D2; }
a { background-color: rgb(191,195,210); }
div.DivClassName
{
background-color: #BFC3D2;
}
.BgClassName
{
background-color: #BFC3D2;
}
</style>
border-color css
<style>
span { border-color: #BFC3D2; }
span { border-color: rgb(191,195,210); }
td.TdClassName
{
border-color: #BFC3D2;
}
.TagClassName
{
border-color: #BFC3D2;
}
</style>