Shades of Jet Stream #BECFCB
Tints of Jet Stream #BECFCB
RGB
CMYK
RGB Variations
Color information
#BECFCB (or 0xBECFCB) is known color: Jet Stream. HEX triplet: BE, CF and CB. RGB value is (190,207,203). Sum of RGB (Red+Green+Blue) = 190+207+203=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 203 (79.69% from 255 or 33.83% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #BECFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BECFCB is #413034. Grayscale: #C9C9C9. Windows color (decimal): -4272181 or 13356990. OLE color: 13356990.
HSL color Cylindrical-coordinate representation of color #BECFCB: hue angle of 165.88º degrees, saturation: 0.15, 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 #BECFCB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 190 | 207 | 203 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.19 |
| HSL | 165.88º | 0.15% | 0.78% | - |
| HSV(B) | 165.88º | 0.08% | 0.81% | - |
| XYZ | 54.33 | 59.88 | 65.2 | - |
| YUV | 201.46 | 128.87 | 119.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 207 | 203 | 0.08 | 0 | 0.02 | 0.19 | 165.88 | 0.15 | 0.78 |
| Hex | BE | CF | CB | 8 | 0 | 2 | 13 | A6 | F | 4E |
| Octal | 276 | 317 | 313 | 10 | 0 | 2 | 23 | 246 | 17 | 116 |
| Binary | 10111110 | 11001111 | 11001011 | 1000 | 0 | 10 | 10011 | 10100110 | 1111 | 1001110 |
Color Harmonies of #BECFCB
Complementary color
Monochromatic Colors of #BECFCB
Black with #BECFCB
Text Example
Text Example
White with #BECFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BECFCB; }
p { color: rgb(190,207,203); }
H1.HeaderClassName
{
color: #BECFCB;
}
.AnyTagClassName
{
color: #BECFCB;
}
</style>
background-color css
<style>
a { background-color: #BECFCB; }
a { background-color: rgb(190,207,203); }
div.DivClassName
{
background-color: #BECFCB;
}
.BgClassName
{
background-color: #BECFCB;
}
</style>
border-color css
<style>
span { border-color: #BECFCB; }
span { border-color: rgb(190,207,203); }
td.TdClassName
{
border-color: #BECFCB;
}
.TagClassName
{
border-color: #BECFCB;
}
</style>