Shades of Jet Stream #BBDACD
Tints of Jet Stream #BBDACD
RGB
CMYK
RGB Variations
Color information
#BBDACD (or 0xBBDACD) is known color: Jet Stream. HEX triplet: BB, DA and CD. RGB value is (187,218,205). Sum of RGB (Red+Green+Blue) = 187+218+205=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 205 (80.47% from 255 or 33.61% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDACD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDACD is #442532. Grayscale: #CFCFCF. Windows color (decimal): -4465971 or 13490875. OLE color: 13490875.
HSL color Cylindrical-coordinate representation of color #BBDACD: hue angle of 154.84º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BBDACD is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 205 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.15 |
| HSL | 154.84º | 0.3% | 0.79% | - |
| HSV(B) | 154.84º | 0.14% | 0.85% | - |
| XYZ | 56.58 | 65.12 | 67.34 | - |
| YUV | 207.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 205 | 0.14 | 0 | 0.06 | 0.15 | 154.84 | 0.3 | 0.79 |
| Hex | BB | DA | CD | E | 0 | 6 | F | 9B | 1E | 4F |
| Octal | 273 | 332 | 315 | 16 | 0 | 6 | 17 | 233 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11001101 | 1110 | 0 | 110 | 1111 | 10011011 | 11110 | 1001111 |
Color Harmonies of #BBDACD
Complementary color
Monochromatic Colors of #BBDACD
Black with #BBDACD
Text Example
Text Example
White with #BBDACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDACD; }
p { color: rgb(187,218,205); }
H1.HeaderClassName
{
color: #BBDACD;
}
.AnyTagClassName
{
color: #BBDACD;
}
</style>
background-color css
<style>
a { background-color: #BBDACD; }
a { background-color: rgb(187,218,205); }
div.DivClassName
{
background-color: #BBDACD;
}
.BgClassName
{
background-color: #BBDACD;
}
</style>
border-color css
<style>
span { border-color: #BBDACD; }
span { border-color: rgb(187,218,205); }
td.TdClassName
{
border-color: #BBDACD;
}
.TagClassName
{
border-color: #BBDACD;
}
</style>