Shades of Jet Stream #BBCFC8
Tints of Jet Stream #BBCFC8
RGB
CMYK
RGB Variations
Color information
#BBCFC8 (or 0xBBCFC8) is known color: Jet Stream. HEX triplet: BB, CF and C8. RGB value is (187,207,200). Sum of RGB (Red+Green+Blue) = 187+207+200=594 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.48% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 200 (78.52% from 255 or 33.67% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #BBCFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCFC8 is #443037. Grayscale: #C8C8C8. Windows color (decimal): -4468792 or 13160379. OLE color: 13160379.
HSL color Cylindrical-coordinate representation of color #BBCFC8: hue angle of 159º 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 #BBCFC8 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
RGB | 187 | 207 | 200 | - |
CMYK | 0.10 | 0 | 0.03 | 0.19 |
HSL | 159º | 0.17% | 0.77% | - |
HSV(B) | 159º | 0.1% | 0.81% | - |
XYZ | 53.23 | 59.36 | 63.3 | - |
YUV | 200.22 | 127.87 | 118.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 207 | 200 | 0.10 | 0 | 0.03 | 0.19 | 159 | 0.17 | 0.77 |
Hex | BB | CF | C8 | A | 0 | 3 | 13 | 9F | 11 | 4D |
Octal | 273 | 317 | 310 | 12 | 0 | 3 | 23 | 237 | 21 | 115 |
Binary | 10111011 | 11001111 | 11001000 | 1010 | 0 | 11 | 10011 | 10011111 | 10001 | 1001101 |
Color Harmonies of #BBCFC8
Complementary color
Monochromatic Colors of #BBCFC8
Black with #BBCFC8
Text Example
Text Example
White with #BBCFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCFC8; }
p { color: rgb(187,207,200); }
H1.HeaderClassName
{
color: #BBCFC8;
}
.AnyTagClassName
{
color: #BBCFC8;
}
</style>
background-color css
<style>
a { background-color: #BBCFC8; }
a { background-color: rgb(187,207,200); }
div.DivClassName
{
background-color: #BBCFC8;
}
.BgClassName
{
background-color: #BBCFC8;
}
</style>
border-color css
<style>
span { border-color: #BBCFC8; }
span { border-color: rgb(187,207,200); }
td.TdClassName
{
border-color: #BBCFC8;
}
.TagClassName
{
border-color: #BBCFC8;
}
</style>