Shades of Link Water #BBBEC9
Tints of Link Water #BBBEC9
RGB
CMYK
RGB Variations
Color information
#BBBEC9 (or 0xBBBEC9) is known color: Link Water. HEX triplet: BB, BE and C9. RGB value is (187,190,201). Sum of RGB (Red+Green+Blue) = 187+190+201=578 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.35% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 201 - color contains mainly: blue. Hex color #BBBEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC9 is #444136. Grayscale: #BEBEBE. Windows color (decimal): -4473143 or 13221563. OLE color: 13221563.
HSL color Cylindrical-coordinate representation of color #BBBEC9: hue angle of 227.14º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BBBEC9 is Cyan = 0.07, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 187 | 190 | 201 | - |
CMYK | 0.07 | 0.05 | 0 | 0.21 |
HSL | 227.14º | 0.11% | 0.76% | - |
HSV(B) | 227.14º | 0.07% | 0.79% | - |
XYZ | 49.45 | 51.61 | 62.61 | - |
YUV | 190.36 | 134.01 | 125.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 190 | 201 | 0.07 | 0.05 | 0 | 0.21 | 227.14 | 0.11 | 0.76 |
Hex | BB | BE | C9 | 7 | 5 | 0 | 15 | E3 | B | 4C |
Octal | 273 | 276 | 311 | 7 | 5 | 0 | 25 | 343 | 13 | 114 |
Binary | 10111011 | 10111110 | 11001001 | 111 | 101 | 0 | 10101 | 11100011 | 1011 | 1001100 |
Color Harmonies of #BBBEC9
Complementary color
Monochromatic Colors of #BBBEC9
Black with #BBBEC9
Text Example
Text Example
White with #BBBEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEC9; }
p { color: rgb(187,190,201); }
H1.HeaderClassName
{
color: #BBBEC9;
}
.AnyTagClassName
{
color: #BBBEC9;
}
</style>
background-color css
<style>
a { background-color: #BBBEC9; }
a { background-color: rgb(187,190,201); }
div.DivClassName
{
background-color: #BBBEC9;
}
.BgClassName
{
background-color: #BBBEC9;
}
</style>
border-color css
<style>
span { border-color: #BBBEC9; }
span { border-color: rgb(187,190,201); }
td.TdClassName
{
border-color: #BBBEC9;
}
.TagClassName
{
border-color: #BBBEC9;
}
</style>