Shades of Jet Stream #BDCFC7
Tints of Jet Stream #BDCFC7
RGB
CMYK
RGB Variations
Color information
#BDCFC7 (or 0xBDCFC7) is known color: Jet Stream. HEX triplet: BD, CF and C7. RGB value is (189,207,199). Sum of RGB (Red+Green+Blue) = 189+207+199=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 199 (78.12% from 255 or 33.45% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFC7 is #423038. Grayscale: #C8C8C8. Windows color (decimal): -4337721 or 13094845. OLE color: 13094845.
HSL color Cylindrical-coordinate representation of color #BDCFC7: hue angle of 153.33º 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 #BDCFC7 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 199 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.19 |
| HSL | 153.33º | 0.16% | 0.78% | - |
| HSV(B) | 153.33º | 0.09% | 0.81% | - |
| XYZ | 53.61 | 59.57 | 62.71 | - |
| YUV | 200.71 | 127.04 | 119.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 199 | 0.09 | 0 | 0.04 | 0.19 | 153.33 | 0.16 | 0.78 |
| Hex | BD | CF | C7 | 9 | 0 | 4 | 13 | 99 | 10 | 4E |
| Octal | 275 | 317 | 307 | 11 | 0 | 4 | 23 | 231 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11000111 | 1001 | 0 | 100 | 10011 | 10011001 | 10000 | 1001110 |
Color Harmonies of #BDCFC7
Complementary color
Monochromatic Colors of #BDCFC7
Black with #BDCFC7
Text Example
Text Example
White with #BDCFC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFC7; }
p { color: rgb(189,207,199); }
H1.HeaderClassName
{
color: #BDCFC7;
}
.AnyTagClassName
{
color: #BDCFC7;
}
</style>
background-color css
<style>
a { background-color: #BDCFC7; }
a { background-color: rgb(189,207,199); }
div.DivClassName
{
background-color: #BDCFC7;
}
.BgClassName
{
background-color: #BDCFC7;
}
</style>
border-color css
<style>
span { border-color: #BDCFC7; }
span { border-color: rgb(189,207,199); }
td.TdClassName
{
border-color: #BDCFC7;
}
.TagClassName
{
border-color: #BDCFC7;
}
</style>