Shades of Jet Stream #BBCCC6
Tints of Jet Stream #BBCCC6
RGB
CMYK
RGB Variations
Color information
#BBCCC6 (or 0xBBCCC6) is known color: Jet Stream. HEX triplet: BB, CC and C6. RGB value is (187,204,198). Sum of RGB (Red+Green+Blue) = 187+204+198=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 204 (80.08% from 255 or 34.63% from 589); Blue value is 198 (77.73% from 255 or 33.62% from 589); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC6 is #443339. Grayscale: #C6C6C6. Windows color (decimal): -4469562 or 13028539. OLE color: 13028539.
HSL color Cylindrical-coordinate representation of color #BBCCC6: hue angle of 158.82º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC6 is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 198 | - |
CMYK | 0.08 | 0 | 0.03 | 0.2 |
HSL | 158.82º | 0.14% | 0.77% | - |
HSV(B) | 158.82º | 0.08% | 0.8% | - |
XYZ | 52.28 | 57.83 | 61.83 | - |
YUV | 198.23 | 127.87 | 119.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 198 | 0.08 | 0 | 0.03 | 0.2 | 158.82 | 0.14 | 0.77 |
Hex | BB | CC | C6 | 8 | 0 | 3 | 14 | 9F | E | 4D |
Octal | 273 | 314 | 306 | 10 | 0 | 3 | 24 | 237 | 16 | 115 |
Binary | 10111011 | 11001100 | 11000110 | 1000 | 0 | 11 | 10100 | 10011111 | 1110 | 1001101 |
Color Harmonies of #BBCCC6
Complementary color
Monochromatic Colors of #BBCCC6
Black with #BBCCC6
Text Example
Text Example
White with #BBCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC6; }
p { color: rgb(187,204,198); }
H1.HeaderClassName
{
color: #BBCCC6;
}
.AnyTagClassName
{
color: #BBCCC6;
}
</style>
background-color css
<style>
a { background-color: #BBCCC6; }
a { background-color: rgb(187,204,198); }
div.DivClassName
{
background-color: #BBCCC6;
}
.BgClassName
{
background-color: #BBCCC6;
}
</style>
border-color css
<style>
span { border-color: #BBCCC6; }
span { border-color: rgb(187,204,198); }
td.TdClassName
{
border-color: #BBCCC6;
}
.TagClassName
{
border-color: #BBCCC6;
}
</style>