Shades of Link Water #BBBEC8
Tints of Link Water #BBBEC8
RGB
CMYK
RGB Variations
Color information
#BBBEC8 (or 0xBBBEC8) is known color: Link Water. HEX triplet: BB, BE and C8. RGB value is (187,190,200). Sum of RGB (Red+Green+Blue) = 187+190+200=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 200 (78.52% from 255 or 34.66% from 577); Max value from RGB is 200 - color contains mainly: blue. Hex color #BBBEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEC8 is #444137. Grayscale: #BEBEBE. Windows color (decimal): -4473144 or 13156027. OLE color: 13156027.
HSL color Cylindrical-coordinate representation of color #BBBEC8: hue angle of 226.15º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BBBEC8 is Cyan = 0.06, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
RGB | 187 | 190 | 200 | - |
CMYK | 0.06 | 0.05 | 0 | 0.22 |
HSL | 226.15º | 0.11% | 0.76% | - |
HSV(B) | 226.15º | 0.07% | 0.78% | - |
XYZ | 49.33 | 51.56 | 62 | - |
YUV | 190.24 | 133.51 | 125.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 190 | 200 | 0.06 | 0.05 | 0 | 0.22 | 226.15 | 0.11 | 0.76 |
Hex | BB | BE | C8 | 6 | 5 | 0 | 16 | E2 | B | 4C |
Octal | 273 | 276 | 310 | 6 | 5 | 0 | 26 | 342 | 13 | 114 |
Binary | 10111011 | 10111110 | 11001000 | 110 | 101 | 0 | 10110 | 11100010 | 1011 | 1001100 |
Color Harmonies of #BBBEC8
Complementary color
Monochromatic Colors of #BBBEC8
Black with #BBBEC8
Text Example
Text Example
White with #BBBEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBBEC8; }
p { color: rgb(187,190,200); }
H1.HeaderClassName
{
color: #BBBEC8;
}
.AnyTagClassName
{
color: #BBBEC8;
}
</style>
background-color css
<style>
a { background-color: #BBBEC8; }
a { background-color: rgb(187,190,200); }
div.DivClassName
{
background-color: #BBBEC8;
}
.BgClassName
{
background-color: #BBBEC8;
}
</style>
border-color css
<style>
span { border-color: #BBBEC8; }
span { border-color: rgb(187,190,200); }
td.TdClassName
{
border-color: #BBBEC8;
}
.TagClassName
{
border-color: #BBBEC8;
}
</style>