Shades of Jet Stream #BECDC9
Tints of Jet Stream #BECDC9
RGB
CMYK
RGB Variations
Color information
#BECDC9 (or 0xBECDC9) is known color: Jet Stream. HEX triplet: BE, CD and C9. RGB value is (190,205,201). Sum of RGB (Red+Green+Blue) = 190+205+201=596 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.88% from 596); Green value is 205 (80.47% from 255 or 34.40% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 205 - color contains mainly: green. Hex color #BECDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECDC9 is #413236. Grayscale: #C8C8C8. Windows color (decimal): -4272695 or 13225406. OLE color: 13225406.
HSL color Cylindrical-coordinate representation of color #BECDC9: hue angle of 164º 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 #BECDC9 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 190 | 205 | 201 | - |
CMYK | 0.07 | 0 | 0.02 | 0.20 |
HSL | 164º | 0.13% | 0.77% | - |
HSV(B) | 164º | 0.07% | 0.8% | - |
XYZ | 53.61 | 58.83 | 63.79 | - |
YUV | 200.06 | 128.53 | 120.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 190 | 205 | 201 | 0.07 | 0 | 0.02 | 0.20 | 164 | 0.13 | 0.77 |
Hex | BE | CD | C9 | 7 | 0 | 2 | 14 | A4 | D | 4D |
Octal | 276 | 315 | 311 | 7 | 0 | 2 | 24 | 244 | 15 | 115 |
Binary | 10111110 | 11001101 | 11001001 | 111 | 0 | 10 | 10100 | 10100100 | 1101 | 1001101 |
Color Harmonies of #BECDC9
Complementary color
Monochromatic Colors of #BECDC9
Black with #BECDC9
Text Example
Text Example
White with #BECDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECDC9; }
p { color: rgb(190,205,201); }
H1.HeaderClassName
{
color: #BECDC9;
}
.AnyTagClassName
{
color: #BECDC9;
}
</style>
background-color css
<style>
a { background-color: #BECDC9; }
a { background-color: rgb(190,205,201); }
div.DivClassName
{
background-color: #BECDC9;
}
.BgClassName
{
background-color: #BECDC9;
}
</style>
border-color css
<style>
span { border-color: #BECDC9; }
span { border-color: rgb(190,205,201); }
td.TdClassName
{
border-color: #BECDC9;
}
.TagClassName
{
border-color: #BECDC9;
}
</style>