Shades of Jet Stream #BBCFCC
Tints of Jet Stream #BBCFCC
RGB
CMYK
RGB Variations
Color information
#BBCFCC (or 0xBBCFCC) is known color: Jet Stream. HEX triplet: BB, CF and CC. RGB value is (187,207,204). Sum of RGB (Red+Green+Blue) = 187+207+204=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 207 (81.25% from 255 or 34.62% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFCC is #443033. Grayscale: #C8C8C8. Windows color (decimal): -4468788 or 13422523. OLE color: 13422523.
HSL color Cylindrical-coordinate representation of color #BBCFCC: hue angle of 171º 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 #BBCFCC is Cyan = 0.10, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 187 | 207 | 204 | - |
CMYK | 0.10 | 0 | 0.01 | 0.19 |
HSL | 171º | 0.17% | 0.77% | - |
HSV(B) | 171º | 0.1% | 0.81% | - |
XYZ | 53.71 | 59.55 | 65.79 | - |
YUV | 200.68 | 129.87 | 118.24 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 207 | 204 | 0.10 | 0 | 0.01 | 0.19 | 171 | 0.17 | 0.77 |
Hex | BB | CF | CC | A | 0 | 1 | 13 | AB | 11 | 4D |
Octal | 273 | 317 | 314 | 12 | 0 | 1 | 23 | 253 | 21 | 115 |
Binary | 10111011 | 11001111 | 11001100 | 1010 | 0 | 1 | 10011 | 10101011 | 10001 | 1001101 |
Color Harmonies of #BBCFCC
Complementary color
Monochromatic Colors of #BBCFCC
Black with #BBCFCC
Text Example
Text Example
White with #BBCFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFCC; }
p { color: rgb(187,207,204); }
H1.HeaderClassName
{
color: #BBCFCC;
}
.AnyTagClassName
{
color: #BBCFCC;
}
</style>
background-color css
<style>
a { background-color: #BBCFCC; }
a { background-color: rgb(187,207,204); }
div.DivClassName
{
background-color: #BBCFCC;
}
.BgClassName
{
background-color: #BBCFCC;
}
</style>
border-color css
<style>
span { border-color: #BBCFCC; }
span { border-color: rgb(187,207,204); }
td.TdClassName
{
border-color: #BBCFCC;
}
.TagClassName
{
border-color: #BBCFCC;
}
</style>