Shades of Jet Stream #BBDACC
Tints of Jet Stream #BBDACC
RGB
CMYK
RGB Variations
Color information
#BBDACC (or 0xBBDACC) is known color: Jet Stream. HEX triplet: BB, DA and CC. RGB value is (187,218,204). Sum of RGB (Red+Green+Blue) = 187+218+204=609 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.71% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBDACC is #442533. Grayscale: #CFCFCF. Windows color (decimal): -4465972 or 13425339. OLE color: 13425339.
HSL color Cylindrical-coordinate representation of color #BBDACC: hue angle of 152.9º 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 #BBDACC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 204 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.15 |
| HSL | 152.9º | 0.3% | 0.79% | - |
| HSV(B) | 152.9º | 0.14% | 0.85% | - |
| XYZ | 56.46 | 65.07 | 66.71 | - |
| YUV | 207.14 | 126.23 | 113.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 204 | 0.14 | 0 | 0.06 | 0.15 | 152.9 | 0.3 | 0.79 |
| Hex | BB | DA | CC | E | 0 | 6 | F | 99 | 1E | 4F |
| Octal | 273 | 332 | 314 | 16 | 0 | 6 | 17 | 231 | 36 | 117 |
| Binary | 10111011 | 11011010 | 11001100 | 1110 | 0 | 110 | 1111 | 10011001 | 11110 | 1001111 |
Color Harmonies of #BBDACC
Complementary color
Monochromatic Colors of #BBDACC
Black with #BBDACC
Text Example
Text Example
White with #BBDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDACC; }
p { color: rgb(187,218,204); }
H1.HeaderClassName
{
color: #BBDACC;
}
.AnyTagClassName
{
color: #BBDACC;
}
</style>
background-color css
<style>
a { background-color: #BBDACC; }
a { background-color: rgb(187,218,204); }
div.DivClassName
{
background-color: #BBDACC;
}
.BgClassName
{
background-color: #BBDACC;
}
</style>
border-color css
<style>
span { border-color: #BBDACC; }
span { border-color: rgb(187,218,204); }
td.TdClassName
{
border-color: #BBDACC;
}
.TagClassName
{
border-color: #BBDACC;
}
</style>