Shades of Link Water #BDBEC1
Tints of Link Water #BDBEC1
RGB
CMYK
RGB Variations
Color information
#BDBEC1 (or 0xBDBEC1) is known color: Link Water. HEX triplet: BD, BE and C1. RGB value is (189,190,193). Sum of RGB (Red+Green+Blue) = 189+190+193=572 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.04% from 572); Green value is 190 (74.61% from 255 or 33.22% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BDBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDBEC1 is #42413E. Grayscale: #BEBEBE. Windows color (decimal): -4342079 or 12697277. OLE color: 12697277.
HSL color Cylindrical-coordinate representation of color #BDBEC1: hue angle of 225º degrees, saturation: 0.03, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BDBEC1 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 189 | 190 | 193 | - |
CMYK | 0.02 | 0.02 | 0 | 0.24 |
HSL | 225º | 0.03% | 0.75% | - |
HSV(B) | 225º | 0.02% | 0.76% | - |
XYZ | 49.03 | 51.5 | 57.81 | - |
YUV | 190.04 | 129.67 | 127.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 190 | 193 | 0.02 | 0.02 | 0 | 0.24 | 225 | 0.03 | 0.75 |
Hex | BD | BE | C1 | 2 | 2 | 0 | 18 | E1 | 3 | 4B |
Octal | 275 | 276 | 301 | 2 | 2 | 0 | 30 | 341 | 3 | 113 |
Binary | 10111101 | 10111110 | 11000001 | 10 | 10 | 0 | 11000 | 11100001 | 11 | 1001011 |
Color Harmonies of #BDBEC1
Complementary color
Monochromatic Colors of #BDBEC1
Black with #BDBEC1
Text Example
Text Example
White with #BDBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDBEC1; }
p { color: rgb(189,190,193); }
H1.HeaderClassName
{
color: #BDBEC1;
}
.AnyTagClassName
{
color: #BDBEC1;
}
</style>
background-color css
<style>
a { background-color: #BDBEC1; }
a { background-color: rgb(189,190,193); }
div.DivClassName
{
background-color: #BDBEC1;
}
.BgClassName
{
background-color: #BDBEC1;
}
</style>
border-color css
<style>
span { border-color: #BDBEC1; }
span { border-color: rgb(189,190,193); }
td.TdClassName
{
border-color: #BDBEC1;
}
.TagClassName
{
border-color: #BDBEC1;
}
</style>