Shades of Jet Stream #BFD8CC
Tints of Jet Stream #BFD8CC
RGB
CMYK
RGB Variations
Color information
#BFD8CC (or 0xBFD8CC) is known color: Jet Stream. HEX triplet: BF, D8 and CC. RGB value is (191,216,204). Sum of RGB (Red+Green+Blue) = 191+216+204=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 216 (84.77% from 255 or 35.35% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD8CC is #402733. Grayscale: #CFCFCF. Windows color (decimal): -4204340 or 13424831. OLE color: 13424831.
HSL color Cylindrical-coordinate representation of color #BFD8CC: hue angle of 151.2º degrees, saturation: 0.24, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFD8CC is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 191 | 216 | 204 | - |
CMYK | 0.12 | 0 | 0.06 | 0.15 |
HSL | 151.2º | 0.24% | 0.8% | - |
HSV(B) | 151.2º | 0.12% | 0.85% | - |
XYZ | 56.94 | 64.55 | 66.58 | - |
YUV | 207.16 | 126.22 | 116.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 216 | 204 | 0.12 | 0 | 0.06 | 0.15 | 151.2 | 0.24 | 0.8 |
Hex | BF | D8 | CC | C | 0 | 6 | F | 97 | 18 | 50 |
Octal | 277 | 330 | 314 | 14 | 0 | 6 | 17 | 227 | 30 | 120 |
Binary | 10111111 | 11011000 | 11001100 | 1100 | 0 | 110 | 1111 | 10010111 | 11000 | 1010000 |
Color Harmonies of #BFD8CC
Complementary color
Monochromatic Colors of #BFD8CC
Black with #BFD8CC
Text Example
Text Example
White with #BFD8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD8CC; }
p { color: rgb(191,216,204); }
H1.HeaderClassName
{
color: #BFD8CC;
}
.AnyTagClassName
{
color: #BFD8CC;
}
</style>
background-color css
<style>
a { background-color: #BFD8CC; }
a { background-color: rgb(191,216,204); }
div.DivClassName
{
background-color: #BFD8CC;
}
.BgClassName
{
background-color: #BFD8CC;
}
</style>
border-color css
<style>
span { border-color: #BFD8CC; }
span { border-color: rgb(191,216,204); }
td.TdClassName
{
border-color: #BFD8CC;
}
.TagClassName
{
border-color: #BFD8CC;
}
</style>