Shades of Jet Stream #BFCCC6
Tints of Jet Stream #BFCCC6
RGB
CMYK
RGB Variations
Color information
#BFCCC6 (or 0xBFCCC6) is known color: Jet Stream. HEX triplet: BF, CC and C6. RGB value is (191,204,198). Sum of RGB (Red+Green+Blue) = 191+204+198=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 204 (80.08% from 255 or 34.40% from 593); Blue value is 198 (77.73% from 255 or 33.39% from 593); Max value from RGB is 204 - color contains mainly: green. Hex color #BFCCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFCCC6 is #403339. Grayscale: #C7C7C7. Windows color (decimal): -4207418 or 13028543. OLE color: 13028543.
HSL color Cylindrical-coordinate representation of color #BFCCC6: hue angle of 152.31º degrees, saturation: 0.11, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BFCCC6 is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.2.
Color convert
RGB | 191 | 204 | 198 | - |
CMYK | 0.06 | 0 | 0.03 | 0.2 |
HSL | 152.31º | 0.11% | 0.77% | - |
HSV(B) | 152.31º | 0.06% | 0.8% | - |
XYZ | 53.27 | 58.34 | 61.88 | - |
YUV | 199.43 | 127.19 | 121.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 191 | 204 | 198 | 0.06 | 0 | 0.03 | 0.2 | 152.31 | 0.11 | 0.77 |
Hex | BF | CC | C6 | 6 | 0 | 3 | 14 | 98 | B | 4D |
Octal | 277 | 314 | 306 | 6 | 0 | 3 | 24 | 230 | 13 | 115 |
Binary | 10111111 | 11001100 | 11000110 | 110 | 0 | 11 | 10100 | 10011000 | 1011 | 1001101 |
Color Harmonies of #BFCCC6
Complementary color
Monochromatic Colors of #BFCCC6
Black with #BFCCC6
Text Example
Text Example
White with #BFCCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFCCC6; }
p { color: rgb(191,204,198); }
H1.HeaderClassName
{
color: #BFCCC6;
}
.AnyTagClassName
{
color: #BFCCC6;
}
</style>
background-color css
<style>
a { background-color: #BFCCC6; }
a { background-color: rgb(191,204,198); }
div.DivClassName
{
background-color: #BFCCC6;
}
.BgClassName
{
background-color: #BFCCC6;
}
</style>
border-color css
<style>
span { border-color: #BFCCC6; }
span { border-color: rgb(191,204,198); }
td.TdClassName
{
border-color: #BFCCC6;
}
.TagClassName
{
border-color: #BFCCC6;
}
</style>