Shades of Jet Stream #BBD3CC
Tints of Jet Stream #BBD3CC
RGB
CMYK
RGB Variations
Color information
#BBD3CC (or 0xBBD3CC) is known color: Jet Stream. HEX triplet: BB, D3 and CC. RGB value is (187,211,204). Sum of RGB (Red+Green+Blue) = 187+211+204=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 211 (82.81% from 255 or 35.05% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 211 - color contains mainly: green. Hex color #BBD3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBD3CC is #442C33. Grayscale: #CBCBCB. Windows color (decimal): -4467764 or 13423547. OLE color: 13423547.
HSL color Cylindrical-coordinate representation of color #BBD3CC: hue angle of 162.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 #BBD3CC is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 187 | 211 | 204 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.17 |
| HSL | 162.5º | 0.21% | 0.78% | - |
| HSV(B) | 162.5º | 0.11% | 0.83% | - |
| XYZ | 54.69 | 61.51 | 66.12 | - |
| YUV | 203.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 211 | 204 | 0.11 | 0 | 0.03 | 0.17 | 162.5 | 0.21 | 0.78 |
| Hex | BB | D3 | CC | B | 0 | 3 | 11 | A2 | 15 | 4E |
| Octal | 273 | 323 | 314 | 13 | 0 | 3 | 21 | 242 | 25 | 116 |
| Binary | 10111011 | 11010011 | 11001100 | 1011 | 0 | 11 | 10001 | 10100010 | 10101 | 1001110 |
Color Harmonies of #BBD3CC
Complementary color
Monochromatic Colors of #BBD3CC
Black with #BBD3CC
Text Example
Text Example
White with #BBD3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD3CC; }
p { color: rgb(187,211,204); }
H1.HeaderClassName
{
color: #BBD3CC;
}
.AnyTagClassName
{
color: #BBD3CC;
}
</style>
background-color css
<style>
a { background-color: #BBD3CC; }
a { background-color: rgb(187,211,204); }
div.DivClassName
{
background-color: #BBD3CC;
}
.BgClassName
{
background-color: #BBD3CC;
}
</style>
border-color css
<style>
span { border-color: #BBD3CC; }
span { border-color: rgb(187,211,204); }
td.TdClassName
{
border-color: #BBD3CC;
}
.TagClassName
{
border-color: #BBD3CC;
}
</style>