Shades of Jet Stream #BBCCC9
Tints of Jet Stream #BBCCC9
RGB
CMYK
RGB Variations
Color information
#BBCCC9 (or 0xBBCCC9) is known color: Jet Stream. HEX triplet: BB, CC and C9. RGB value is (187,204,201). Sum of RGB (Red+Green+Blue) = 187+204+201=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 201 (78.91% from 255 or 33.95% from 592); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC9 is #443336. Grayscale: #C6C6C6. Windows color (decimal): -4469559 or 13225147. OLE color: 13225147.
HSL color Cylindrical-coordinate representation of color #BBCCC9: hue angle of 169.41º 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 #BBCCC9 is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 201 | - |
CMYK | 0.08 | 0 | 0.01 | 0.2 |
HSL | 169.41º | 0.14% | 0.77% | - |
HSV(B) | 169.41º | 0.08% | 0.8% | - |
XYZ | 52.63 | 57.97 | 63.67 | - |
YUV | 198.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 201 | 0.08 | 0 | 0.01 | 0.2 | 169.41 | 0.14 | 0.77 |
Hex | BB | CC | C9 | 8 | 0 | 1 | 14 | A9 | E | 4D |
Octal | 273 | 314 | 311 | 10 | 0 | 1 | 24 | 251 | 16 | 115 |
Binary | 10111011 | 11001100 | 11001001 | 1000 | 0 | 1 | 10100 | 10101001 | 1110 | 1001101 |
Color Harmonies of #BBCCC9
Complementary color
Monochromatic Colors of #BBCCC9
Black with #BBCCC9
Text Example
Text Example
White with #BBCCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC9; }
p { color: rgb(187,204,201); }
H1.HeaderClassName
{
color: #BBCCC9;
}
.AnyTagClassName
{
color: #BBCCC9;
}
</style>
background-color css
<style>
a { background-color: #BBCCC9; }
a { background-color: rgb(187,204,201); }
div.DivClassName
{
background-color: #BBCCC9;
}
.BgClassName
{
background-color: #BBCCC9;
}
</style>
border-color css
<style>
span { border-color: #BBCCC9; }
span { border-color: rgb(187,204,201); }
td.TdClassName
{
border-color: #BBCCC9;
}
.TagClassName
{
border-color: #BBCCC9;
}
</style>