Shades of Link Water #BDBFC5
Tints of Link Water #BDBFC5
RGB
CMYK
RGB Variations
Color information
#BDBFC5 (or 0xBDBFC5) is known color: Link Water. HEX triplet: BD, BF and C5. RGB value is (189,191,197). Sum of RGB (Red+Green+Blue) = 189+191+197=577 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.76% from 577); Green value is 191 (75% from 255 or 33.10% from 577); Blue value is 197 (77.34% from 255 or 34.14% from 577); Max value from RGB is 197 - color contains mainly: blue. Hex color #BDBFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBFC5 is #42403A. Grayscale: #BFBFBF. Windows color (decimal): -4341819 or 12959677. OLE color: 12959677.
HSL color Cylindrical-coordinate representation of color #BDBFC5: hue angle of 225º degrees, saturation: 0.06, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDBFC5 is Cyan = 0.04, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 191 | 197 | - |
CMYK | 0.04 | 0.03 | 0 | 0.23 |
HSL | 225º | 0.06% | 0.76% | - |
HSV(B) | 225º | 0.04% | 0.77% | - |
XYZ | 49.7 | 52.11 | 60.26 | - |
YUV | 191.09 | 131.34 | 126.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 191 | 197 | 0.04 | 0.03 | 0 | 0.23 | 225 | 0.06 | 0.76 |
Hex | BD | BF | C5 | 4 | 3 | 0 | 17 | E1 | 6 | 4C |
Octal | 275 | 277 | 305 | 4 | 3 | 0 | 27 | 341 | 6 | 114 |
Binary | 10111101 | 10111111 | 11000101 | 100 | 11 | 0 | 10111 | 11100001 | 110 | 1001100 |
Color Harmonies of #BDBFC5
Complementary color
Monochromatic Colors of #BDBFC5
Black with #BDBFC5
Text Example
Text Example
White with #BDBFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBFC5; }
p { color: rgb(189,191,197); }
H1.HeaderClassName
{
color: #BDBFC5;
}
.AnyTagClassName
{
color: #BDBFC5;
}
</style>
background-color css
<style>
a { background-color: #BDBFC5; }
a { background-color: rgb(189,191,197); }
div.DivClassName
{
background-color: #BDBFC5;
}
.BgClassName
{
background-color: #BDBFC5;
}
</style>
border-color css
<style>
span { border-color: #BDBFC5; }
span { border-color: rgb(189,191,197); }
td.TdClassName
{
border-color: #BDBFC5;
}
.TagClassName
{
border-color: #BDBFC5;
}
</style>