Shades of Link Water #BFC2D0
Tints of Link Water #BFC2D0
RGB
CMYK
RGB Variations
Color information
#BFC2D0 (or 0xBFC2D0) is known color: Link Water. HEX triplet: BF, C2 and D0. RGB value is (191,194,208). Sum of RGB (Red+Green+Blue) = 191+194+208=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 194 (76.17% from 255 or 32.72% from 593); Blue value is 208 (81.64% from 255 or 35.08% from 593); Max value from RGB is 208 - color contains mainly: blue. Hex color #BFC2D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFC2D0 is #403D2F. Grayscale: #C2C2C2. Windows color (decimal): -4209968 or 13681343. OLE color: 13681343.
HSL color Cylindrical-coordinate representation of color #BFC2D0: hue angle of 229.41º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFC2D0 is Cyan = 0.08, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 191 | 194 | 208 | - |
CMYK | 0.08 | 0.07 | 0 | 0.18 |
HSL | 229.41º | 0.15% | 0.78% | - |
HSV(B) | 229.41º | 0.08% | 0.82% | - |
XYZ | 52.16 | 54.21 | 67.39 | - |
YUV | 194.7 | 135.51 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 194 | 208 | 0.08 | 0.07 | 0 | 0.18 | 229.41 | 0.15 | 0.78 |
Hex | BF | C2 | D0 | 8 | 7 | 0 | 12 | E5 | F | 4E |
Octal | 277 | 302 | 320 | 10 | 7 | 0 | 22 | 345 | 17 | 116 |
Binary | 10111111 | 11000010 | 11010000 | 1000 | 111 | 0 | 10010 | 11100101 | 1111 | 1001110 |
Color Harmonies of #BFC2D0
Complementary color
Monochromatic Colors of #BFC2D0
Black with #BFC2D0
Text Example
Text Example
White with #BFC2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFC2D0; }
p { color: rgb(191,194,208); }
H1.HeaderClassName
{
color: #BFC2D0;
}
.AnyTagClassName
{
color: #BFC2D0;
}
</style>
background-color css
<style>
a { background-color: #BFC2D0; }
a { background-color: rgb(191,194,208); }
div.DivClassName
{
background-color: #BFC2D0;
}
.BgClassName
{
background-color: #BFC2D0;
}
</style>
border-color css
<style>
span { border-color: #BFC2D0; }
span { border-color: rgb(191,194,208); }
td.TdClassName
{
border-color: #BFC2D0;
}
.TagClassName
{
border-color: #BFC2D0;
}
</style>