Shades of Jet Stream #BBD3C8
Tints of Jet Stream #BBD3C8
RGB
CMYK
RGB Variations
Color information
#BBD3C8 (or 0xBBD3C8) is known color: Jet Stream. HEX triplet: BB, D3 and C8. RGB value is (187,211,200). Sum of RGB (Red+Green+Blue) = 187+211+200=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3C8 is #442C37. Grayscale: #CACACA. Windows color (decimal): -4467768 or 13161403. OLE color: 13161403.
HSL color Cylindrical-coordinate representation of color #BBD3C8: hue angle of 152.5º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #BBD3C8 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 200 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.17 |
| HSL | 152.5º | 0.21% | 0.78% | - |
| HSV(B) | 152.5º | 0.11% | 0.83% | - |
| XYZ | 54.21 | 61.32 | 63.62 | - |
| YUV | 202.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 200 | 0.11 | 0 | 0.05 | 0.17 | 152.5 | 0.21 | 0.78 |
| Hex | BB | D3 | C8 | B | 0 | 5 | 11 | 98 | 15 | 4E |
| Octal | 273 | 323 | 310 | 13 | 0 | 5 | 21 | 230 | 25 | 116 |
| Binary | 10111011 | 11010011 | 11001000 | 1011 | 0 | 101 | 10001 | 10011000 | 10101 | 1001110 |
Color Harmonies of #BBD3C8
Complementary color
Monochromatic Colors of #BBD3C8
Black with #BBD3C8
Text Example
Text Example
White with #BBD3C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3C8; }
p { color: rgb(187,211,200); }
H1.HeaderClassName
{
color: #BBD3C8;
}
.AnyTagClassName
{
color: #BBD3C8;
}
</style>
background-color css
<style>
a { background-color: #BBD3C8; }
a { background-color: rgb(187,211,200); }
div.DivClassName
{
background-color: #BBD3C8;
}
.BgClassName
{
background-color: #BBD3C8;
}
</style>
border-color css
<style>
span { border-color: #BBD3C8; }
span { border-color: rgb(187,211,200); }
td.TdClassName
{
border-color: #BBD3C8;
}
.TagClassName
{
border-color: #BBD3C8;
}
</style>