Shades of Link Water #BEBFC2
Tints of Link Water #BEBFC2
RGB
CMYK
RGB Variations
Color information
#BEBFC2 (or 0xBEBFC2) is known color: Link Water. HEX triplet: BE, BF and C2. RGB value is (190,191,194). Sum of RGB (Red+Green+Blue) = 190+191+194=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 191 (75% from 255 or 33.22% from 575); Blue value is 194 (76.17% from 255 or 33.74% from 575); Max value from RGB is 194 - color contains mainly: blue. Hex color #BEBFC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFC2 is #41403D. Grayscale: #BFBFBF. Windows color (decimal): -4276286 or 12763070. OLE color: 12763070.
HSL color Cylindrical-coordinate representation of color #BEBFC2: 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 #BEBFC2 is Cyan = 0.02, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 190 | 191 | 194 | - |
| CMYK | 0.02 | 0.02 | 0 | 0.24 |
| HSL | 225º | 0.03% | 0.75% | - |
| HSV(B) | 225º | 0.02% | 0.76% | - |
| XYZ | 49.6 | 52.1 | 58.48 | - |
| YUV | 191.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 191 | 194 | 0.02 | 0.02 | 0 | 0.24 | 225 | 0.03 | 0.75 |
| Hex | BE | BF | C2 | 2 | 2 | 0 | 18 | E1 | 3 | 4B |
| Octal | 276 | 277 | 302 | 2 | 2 | 0 | 30 | 341 | 3 | 113 |
| Binary | 10111110 | 10111111 | 11000010 | 10 | 10 | 0 | 11000 | 11100001 | 11 | 1001011 |
Color Harmonies of #BEBFC2
Complementary color
Monochromatic Colors of #BEBFC2
Black with #BEBFC2
Text Example
Text Example
White with #BEBFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BEBFC2; }
p { color: rgb(190,191,194); }
H1.HeaderClassName
{
color: #BEBFC2;
}
.AnyTagClassName
{
color: #BEBFC2;
}
</style>
background-color css
<style>
a { background-color: #BEBFC2; }
a { background-color: rgb(190,191,194); }
div.DivClassName
{
background-color: #BEBFC2;
}
.BgClassName
{
background-color: #BEBFC2;
}
</style>
border-color css
<style>
span { border-color: #BEBFC2; }
span { border-color: rgb(190,191,194); }
td.TdClassName
{
border-color: #BEBFC2;
}
.TagClassName
{
border-color: #BEBFC2;
}
</style>