Shades of Jet Stream #BBCDCA
Tints of Jet Stream #BBCDCA
RGB
CMYK
RGB Variations
Color information
#BBCDCA (or 0xBBCDCA) is known color: Jet Stream. HEX triplet: BB, CD and CA. RGB value is (187,205,202). Sum of RGB (Red+Green+Blue) = 187+205+202=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 205 (80.47% from 255 or 34.51% from 594); Blue value is 202 (79.30% from 255 or 34.01% from 594); Max value from RGB is 205 - color contains mainly: green. Hex color #BBCDCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDCA is #443235. Grayscale: #C7C7C7. Windows color (decimal): -4469302 or 13290939. OLE color: 13290939.
HSL color Cylindrical-coordinate representation of color #BBCDCA: hue angle of 170º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BBCDCA is Cyan = 0.09, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 187 | 205 | 202 | - |
| CMYK | 0.09 | 0 | 0.01 | 0.20 |
| HSL | 170º | 0.15% | 0.77% | - |
| HSV(B) | 170º | 0.09% | 0.8% | - |
| XYZ | 52.99 | 58.49 | 64.37 | - |
| YUV | 199.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 202 | 0.09 | 0 | 0.01 | 0.20 | 170 | 0.15 | 0.77 |
| Hex | BB | CD | CA | 9 | 0 | 1 | 14 | AA | F | 4D |
| Octal | 273 | 315 | 312 | 11 | 0 | 1 | 24 | 252 | 17 | 115 |
| Binary | 10111011 | 11001101 | 11001010 | 1001 | 0 | 1 | 10100 | 10101010 | 1111 | 1001101 |
Color Harmonies of #BBCDCA
Complementary color
Monochromatic Colors of #BBCDCA
Black with #BBCDCA
Text Example
Text Example
White with #BBCDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDCA; }
p { color: rgb(187,205,202); }
H1.HeaderClassName
{
color: #BBCDCA;
}
.AnyTagClassName
{
color: #BBCDCA;
}
</style>
background-color css
<style>
a { background-color: #BBCDCA; }
a { background-color: rgb(187,205,202); }
div.DivClassName
{
background-color: #BBCDCA;
}
.BgClassName
{
background-color: #BBCDCA;
}
</style>
border-color css
<style>
span { border-color: #BBCDCA; }
span { border-color: rgb(187,205,202); }
td.TdClassName
{
border-color: #BBCDCA;
}
.TagClassName
{
border-color: #BBCDCA;
}
</style>