Shades of Jet Stream #BDCCC8
Tints of Jet Stream #BDCCC8
RGB
CMYK
RGB Variations
Color information
#BDCCC8 (or 0xBDCCC8) is known color: Jet Stream. HEX triplet: BD, CC and C8. RGB value is (189,204,200). Sum of RGB (Red+Green+Blue) = 189+204+200=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 200 (78.52% from 255 or 33.73% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BDCCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCCC8 is #423337. Grayscale: #C7C7C7. Windows color (decimal): -4338488 or 13159613. OLE color: 13159613.
HSL color Cylindrical-coordinate representation of color #BDCCC8: hue angle of 164º 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 #BDCCC8 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 189 | 204 | 200 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.2 |
| HSL | 164º | 0.13% | 0.77% | - |
| HSV(B) | 164º | 0.07% | 0.8% | - |
| XYZ | 53 | 58.17 | 63.08 | - |
| YUV | 199.06 | 128.53 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 200 | 0.07 | 0 | 0.02 | 0.2 | 164 | 0.13 | 0.77 |
| Hex | BD | CC | C8 | 7 | 0 | 2 | 14 | A4 | D | 4D |
| Octal | 275 | 314 | 310 | 7 | 0 | 2 | 24 | 244 | 15 | 115 |
| Binary | 10111101 | 11001100 | 11001000 | 111 | 0 | 10 | 10100 | 10100100 | 1101 | 1001101 |
Color Harmonies of #BDCCC8
Complementary color
Monochromatic Colors of #BDCCC8
Black with #BDCCC8
Text Example
Text Example
White with #BDCCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCC8; }
p { color: rgb(189,204,200); }
H1.HeaderClassName
{
color: #BDCCC8;
}
.AnyTagClassName
{
color: #BDCCC8;
}
</style>
background-color css
<style>
a { background-color: #BDCCC8; }
a { background-color: rgb(189,204,200); }
div.DivClassName
{
background-color: #BDCCC8;
}
.BgClassName
{
background-color: #BDCCC8;
}
</style>
border-color css
<style>
span { border-color: #BDCCC8; }
span { border-color: rgb(189,204,200); }
td.TdClassName
{
border-color: #BDCCC8;
}
.TagClassName
{
border-color: #BDCCC8;
}
</style>