Shades of Jet Stream #BDCFCC
Tints of Jet Stream #BDCFCC
RGB
CMYK
RGB Variations
Color information
#BDCFCC (or 0xBDCFCC) is known color: Jet Stream. HEX triplet: BD, CF and CC. RGB value is (189,207,204). Sum of RGB (Red+Green+Blue) = 189+207+204=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 207 (81.25% from 255 or 34.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 207 - color contains mainly: green. Hex color #BDCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCFCC is #423033. Grayscale: #C9C9C9. Windows color (decimal): -4337716 or 13422525. OLE color: 13422525.
HSL color Cylindrical-coordinate representation of color #BDCFCC: hue angle of 170º 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 #BDCFCC is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 189 | 207 | 204 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.19 |
| HSL | 170º | 0.16% | 0.78% | - |
| HSV(B) | 170º | 0.09% | 0.81% | - |
| XYZ | 54.2 | 59.8 | 65.81 | - |
| YUV | 201.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 207 | 204 | 0.09 | 0 | 0.01 | 0.19 | 170 | 0.16 | 0.78 |
| Hex | BD | CF | CC | 9 | 0 | 1 | 13 | AA | 10 | 4E |
| Octal | 275 | 317 | 314 | 11 | 0 | 1 | 23 | 252 | 20 | 116 |
| Binary | 10111101 | 11001111 | 11001100 | 1001 | 0 | 1 | 10011 | 10101010 | 10000 | 1001110 |
Color Harmonies of #BDCFCC
Complementary color
Monochromatic Colors of #BDCFCC
Black with #BDCFCC
Text Example
Text Example
White with #BDCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFCC; }
p { color: rgb(189,207,204); }
H1.HeaderClassName
{
color: #BDCFCC;
}
.AnyTagClassName
{
color: #BDCFCC;
}
</style>
background-color css
<style>
a { background-color: #BDCFCC; }
a { background-color: rgb(189,207,204); }
div.DivClassName
{
background-color: #BDCFCC;
}
.BgClassName
{
background-color: #BDCFCC;
}
</style>
border-color css
<style>
span { border-color: #BDCFCC; }
span { border-color: rgb(189,207,204); }
td.TdClassName
{
border-color: #BDCFCC;
}
.TagClassName
{
border-color: #BDCFCC;
}
</style>