Shades of Jet Stream #BDCFC9
Tints of Jet Stream #BDCFC9
RGB
CMYK
RGB Variations
Color information
#BDCFC9 (or 0xBDCFC9) is known color: Jet Stream. HEX triplet: BD, CF and C9. RGB value is (189,207,201). Sum of RGB (Red+Green+Blue) = 189+207+201=597 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.66% from 597); Green value is 207 (81.25% from 255 or 34.67% from 597); Blue value is 201 (78.91% from 255 or 33.67% from 597); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC9 is #423036. Grayscale: #C8C8C8. Windows color (decimal): -4337719 or 13225917. OLE color: 13225917.
HSL color Cylindrical-coordinate representation of color #BDCFC9: hue angle of 160º 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 #BDCFC9 is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 201 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.19 |
| HSL | 160º | 0.16% | 0.78% | - |
| HSV(B) | 160º | 0.09% | 0.81% | - |
| XYZ | 53.84 | 59.66 | 63.94 | - |
| YUV | 200.93 | 128.04 | 119.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 201 | 0.09 | 0 | 0.03 | 0.19 | 160 | 0.16 | 0.78 |
| Hex | BD | CF | C9 | 9 | 0 | 3 | 13 | A0 | 10 | 4E |
| Octal | 275 | 317 | 311 | 11 | 0 | 3 | 23 | 240 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11001001 | 1001 | 0 | 11 | 10011 | 10100000 | 10000 | 1001110 |
Color Harmonies of #BDCFC9
Complementary color
Monochromatic Colors of #BDCFC9
Black with #BDCFC9
Text Example
Text Example
White with #BDCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFC9; }
p { color: rgb(189,207,201); }
H1.HeaderClassName
{
color: #BDCFC9;
}
.AnyTagClassName
{
color: #BDCFC9;
}
</style>
background-color css
<style>
a { background-color: #BDCFC9; }
a { background-color: rgb(189,207,201); }
div.DivClassName
{
background-color: #BDCFC9;
}
.BgClassName
{
background-color: #BDCFC9;
}
</style>
border-color css
<style>
span { border-color: #BDCFC9; }
span { border-color: rgb(189,207,201); }
td.TdClassName
{
border-color: #BDCFC9;
}
.TagClassName
{
border-color: #BDCFC9;
}
</style>