Shades of Jet Stream #BDCFCB
Tints of Jet Stream #BDCFCB
RGB
CMYK
RGB Variations
Color information
#BDCFCB (or 0xBDCFCB) is known color: Jet Stream. HEX triplet: BD, CF and CB. RGB value is (189,207,203). Sum of RGB (Red+Green+Blue) = 189+207+203=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 207 (81.25% from 255 or 34.56% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFCB is #423034. Grayscale: #C9C9C9. Windows color (decimal): -4337717 or 13356989. OLE color: 13356989.
HSL color Cylindrical-coordinate representation of color #BDCFCB: hue angle of 166.67º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BDCFCB is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 203 | - |
| CMYK | 0.09 | 0 | 0.02 | 0.19 |
| HSL | 166.67º | 0.16% | 0.78% | - |
| HSV(B) | 166.67º | 0.09% | 0.81% | - |
| XYZ | 54.08 | 59.76 | 65.18 | - |
| YUV | 201.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 203 | 0.09 | 0 | 0.02 | 0.19 | 166.67 | 0.16 | 0.78 |
| Hex | BD | CF | CB | 9 | 0 | 2 | 13 | A7 | 10 | 4E |
| Octal | 275 | 317 | 313 | 11 | 0 | 2 | 23 | 247 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11001011 | 1001 | 0 | 10 | 10011 | 10100111 | 10000 | 1001110 |
Color Harmonies of #BDCFCB
Complementary color
Monochromatic Colors of #BDCFCB
Black with #BDCFCB
Text Example
Text Example
White with #BDCFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFCB; }
p { color: rgb(189,207,203); }
H1.HeaderClassName
{
color: #BDCFCB;
}
.AnyTagClassName
{
color: #BDCFCB;
}
</style>
background-color css
<style>
a { background-color: #BDCFCB; }
a { background-color: rgb(189,207,203); }
div.DivClassName
{
background-color: #BDCFCB;
}
.BgClassName
{
background-color: #BDCFCB;
}
</style>
border-color css
<style>
span { border-color: #BDCFCB; }
span { border-color: rgb(189,207,203); }
td.TdClassName
{
border-color: #BDCFCB;
}
.TagClassName
{
border-color: #BDCFCB;
}
</style>