Shades of Jet Stream #BECDC8
Tints of Jet Stream #BECDC8
RGB
CMYK
RGB Variations
Color information
#BECDC8 (or 0xBECDC8) is known color: Jet Stream. HEX triplet: BE, CD and C8. RGB value is (190,205,200). Sum of RGB (Red+Green+Blue) = 190+205+200=595 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.93% from 595); Green value is 205 (80.47% from 255 or 34.45% from 595); Blue value is 200 (78.52% from 255 or 33.61% from 595); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC8 is #413237. Grayscale: #C7C7C7. Windows color (decimal): -4272696 or 13159870. OLE color: 13159870.
HSL color Cylindrical-coordinate representation of color #BECDC8: hue angle of 160º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BECDC8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 190 | 205 | 200 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.20 |
| HSL | 160º | 0.13% | 0.77% | - |
| HSV(B) | 160º | 0.07% | 0.8% | - |
| XYZ | 53.49 | 58.78 | 63.17 | - |
| YUV | 199.95 | 128.03 | 120.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 205 | 200 | 0.07 | 0 | 0.02 | 0.20 | 160 | 0.13 | 0.77 |
| Hex | BE | CD | C8 | 7 | 0 | 2 | 14 | A0 | D | 4D |
| Octal | 276 | 315 | 310 | 7 | 0 | 2 | 24 | 240 | 15 | 115 |
| Binary | 10111110 | 11001101 | 11001000 | 111 | 0 | 10 | 10100 | 10100000 | 1101 | 1001101 |
Color Harmonies of #BECDC8
Complementary color
Monochromatic Colors of #BECDC8
Black with #BECDC8
Text Example
Text Example
White with #BECDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC8; }
p { color: rgb(190,205,200); }
H1.HeaderClassName
{
color: #BECDC8;
}
.AnyTagClassName
{
color: #BECDC8;
}
</style>
background-color css
<style>
a { background-color: #BECDC8; }
a { background-color: rgb(190,205,200); }
div.DivClassName
{
background-color: #BECDC8;
}
.BgClassName
{
background-color: #BECDC8;
}
</style>
border-color css
<style>
span { border-color: #BECDC8; }
span { border-color: rgb(190,205,200); }
td.TdClassName
{
border-color: #BECDC8;
}
.TagClassName
{
border-color: #BECDC8;
}
</style>