Shades of Jet Stream #BECEC8
Tints of Jet Stream #BECEC8
RGB
CMYK
RGB Variations
Color information
#BECEC8 (or 0xBECEC8) is known color: Jet Stream. HEX triplet: BE, CE and C8. RGB value is (190,206,200). Sum of RGB (Red+Green+Blue) = 190+206+200=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #BECEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECEC8 is #413137. Grayscale: #C8C8C8. Windows color (decimal): -4272440 or 13160126. OLE color: 13160126.
HSL color Cylindrical-coordinate representation of color #BECEC8: hue angle of 157.5º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BECEC8 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 206 | 200 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.19 |
| HSL | 157.5º | 0.14% | 0.78% | - |
| HSV(B) | 157.5º | 0.08% | 0.81% | - |
| XYZ | 53.73 | 59.26 | 63.25 | - |
| YUV | 200.53 | 127.7 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 206 | 200 | 0.08 | 0 | 0.03 | 0.19 | 157.5 | 0.14 | 0.78 |
| Hex | BE | CE | C8 | 8 | 0 | 3 | 13 | 9E | E | 4E |
| Octal | 276 | 316 | 310 | 10 | 0 | 3 | 23 | 236 | 16 | 116 |
| Binary | 10111110 | 11001110 | 11001000 | 1000 | 0 | 11 | 10011 | 10011110 | 1110 | 1001110 |
Color Harmonies of #BECEC8
Complementary color
Monochromatic Colors of #BECEC8
Black with #BECEC8
Text Example
Text Example
White with #BECEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECEC8; }
p { color: rgb(190,206,200); }
H1.HeaderClassName
{
color: #BECEC8;
}
.AnyTagClassName
{
color: #BECEC8;
}
</style>
background-color css
<style>
a { background-color: #BECEC8; }
a { background-color: rgb(190,206,200); }
div.DivClassName
{
background-color: #BECEC8;
}
.BgClassName
{
background-color: #BECEC8;
}
</style>
border-color css
<style>
span { border-color: #BECEC8; }
span { border-color: rgb(190,206,200); }
td.TdClassName
{
border-color: #BECEC8;
}
.TagClassName
{
border-color: #BECEC8;
}
</style>