Shades of Jet Stream #BDCCC6
Tints of Jet Stream #BDCCC6
RGB
CMYK
RGB Variations
Color information
#BDCCC6 (or 0xBDCCC6) is known color: Jet Stream. HEX triplet: BD, CC and C6. RGB value is (189,204,198). Sum of RGB (Red+Green+Blue) = 189+204+198=591 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.98% from 591); Green value is 204 (80.08% from 255 or 34.52% from 591); Blue value is 198 (77.73% from 255 or 33.50% from 591); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC6 is #423339. Grayscale: #C6C6C6. Windows color (decimal): -4338490 or 13028541. OLE color: 13028541.
HSL color Cylindrical-coordinate representation of color #BDCCC6: hue angle of 156º degrees, saturation: 0.13, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #BDCCC6 is Cyan = 0.07, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 198 | - |
| CMYK | 0.07 | 0 | 0.03 | 0.2 |
| HSL | 156º | 0.13% | 0.77% | - |
| HSV(B) | 156º | 0.07% | 0.8% | - |
| XYZ | 52.77 | 58.08 | 61.86 | - |
| YUV | 198.83 | 127.53 | 120.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 198 | 0.07 | 0 | 0.03 | 0.2 | 156 | 0.13 | 0.77 |
| Hex | BD | CC | C6 | 7 | 0 | 3 | 14 | 9C | D | 4D |
| Octal | 275 | 314 | 306 | 7 | 0 | 3 | 24 | 234 | 15 | 115 |
| Binary | 10111101 | 11001100 | 11000110 | 111 | 0 | 11 | 10100 | 10011100 | 1101 | 1001101 |
Color Harmonies of #BDCCC6
Complementary color
Monochromatic Colors of #BDCCC6
Black with #BDCCC6
Text Example
Text Example
White with #BDCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCC6; }
p { color: rgb(189,204,198); }
H1.HeaderClassName
{
color: #BDCCC6;
}
.AnyTagClassName
{
color: #BDCCC6;
}
</style>
background-color css
<style>
a { background-color: #BDCCC6; }
a { background-color: rgb(189,204,198); }
div.DivClassName
{
background-color: #BDCCC6;
}
.BgClassName
{
background-color: #BDCCC6;
}
</style>
border-color css
<style>
span { border-color: #BDCCC6; }
span { border-color: rgb(189,204,198); }
td.TdClassName
{
border-color: #BDCCC6;
}
.TagClassName
{
border-color: #BDCCC6;
}
</style>