Shades of Jet Stream #BBCFC9
Tints of Jet Stream #BBCFC9
RGB
CMYK
RGB Variations
Color information
#BBCFC9 (or 0xBBCFC9) is known color: Jet Stream. HEX triplet: BB, CF and C9. RGB value is (187,207,201). Sum of RGB (Red+Green+Blue) = 187+207+201=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 207 (81.25% from 255 or 34.79% from 595); Blue value is 201 (78.91% from 255 or 33.78% from 595); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC9 is #443036. Grayscale: #C8C8C8. Windows color (decimal): -4468791 or 13225915. OLE color: 13225915.
HSL color Cylindrical-coordinate representation of color #BBCFC9: hue angle of 162º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BBCFC9 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 187 | 207 | 201 | - |
CMYK | 0.10 | 0 | 0.03 | 0.19 |
HSL | 162º | 0.17% | 0.77% | - |
HSV(B) | 162º | 0.1% | 0.81% | - |
XYZ | 53.35 | 59.41 | 63.91 | - |
YUV | 200.34 | 128.37 | 118.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 207 | 201 | 0.10 | 0 | 0.03 | 0.19 | 162 | 0.17 | 0.77 |
Hex | BB | CF | C9 | A | 0 | 3 | 13 | A2 | 11 | 4D |
Octal | 273 | 317 | 311 | 12 | 0 | 3 | 23 | 242 | 21 | 115 |
Binary | 10111011 | 11001111 | 11001001 | 1010 | 0 | 11 | 10011 | 10100010 | 10001 | 1001101 |
Color Harmonies of #BBCFC9
Complementary color
Monochromatic Colors of #BBCFC9
Black with #BBCFC9
Text Example
Text Example
White with #BBCFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFC9; }
p { color: rgb(187,207,201); }
H1.HeaderClassName
{
color: #BBCFC9;
}
.AnyTagClassName
{
color: #BBCFC9;
}
</style>
background-color css
<style>
a { background-color: #BBCFC9; }
a { background-color: rgb(187,207,201); }
div.DivClassName
{
background-color: #BBCFC9;
}
.BgClassName
{
background-color: #BBCFC9;
}
</style>
border-color css
<style>
span { border-color: #BBCFC9; }
span { border-color: rgb(187,207,201); }
td.TdClassName
{
border-color: #BBCFC9;
}
.TagClassName
{
border-color: #BBCFC9;
}
</style>