Shades of Jet Stream #B7CFC9
Tints of Jet Stream #B7CFC9
RGB
CMYK
RGB Variations
Color information
#B7CFC9 (or 0xB7CFC9) is known color: Jet Stream. HEX triplet: B7, CF and C9. RGB value is (183,207,201). Sum of RGB (Red+Green+Blue) = 183+207+201=591 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.96% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 201 (78.91% from 255 or 34.01% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC9 is #483036. Grayscale: #C7C7C7. Windows color (decimal): -4730935 or 13225911. OLE color: 13225911.
HSL color Cylindrical-coordinate representation of color #B7CFC9: hue angle of 165º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CFC9 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 201 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.19 |
| HSL | 165º | 0.2% | 0.76% | - |
| HSV(B) | 165º | 0.12% | 0.81% | - |
| XYZ | 52.38 | 58.91 | 63.87 | - |
| YUV | 199.14 | 129.05 | 116.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 201 | 0.12 | 0 | 0.03 | 0.19 | 165 | 0.2 | 0.76 |
| Hex | B7 | CF | C9 | C | 0 | 3 | 13 | A5 | 14 | 4C |
| Octal | 267 | 317 | 311 | 14 | 0 | 3 | 23 | 245 | 24 | 114 |
| Binary | 10110111 | 11001111 | 11001001 | 1100 | 0 | 11 | 10011 | 10100101 | 10100 | 1001100 |
Color Harmonies of #B7CFC9
Complementary color
Monochromatic Colors of #B7CFC9
Black with #B7CFC9
Text Example
Text Example
White with #B7CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFC9; }
p { color: rgb(183,207,201); }
H1.HeaderClassName
{
color: #B7CFC9;
}
.AnyTagClassName
{
color: #B7CFC9;
}
</style>
background-color css
<style>
a { background-color: #B7CFC9; }
a { background-color: rgb(183,207,201); }
div.DivClassName
{
background-color: #B7CFC9;
}
.BgClassName
{
background-color: #B7CFC9;
}
</style>
border-color css
<style>
span { border-color: #B7CFC9; }
span { border-color: rgb(183,207,201); }
td.TdClassName
{
border-color: #B7CFC9;
}
.TagClassName
{
border-color: #B7CFC9;
}
</style>