Shades of Jet Stream #B7CFC4
Tints of Jet Stream #B7CFC4
RGB
CMYK
RGB Variations
Color information
#B7CFC4 (or 0xB7CFC4) is known color: Jet Stream. HEX triplet: B7, CF and C4. RGB value is (183,207,196). Sum of RGB (Red+Green+Blue) = 183+207+196=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 207 (81.25% from 255 or 35.32% from 586); Blue value is 196 (76.95% from 255 or 33.45% from 586); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC4 is #48303B. Grayscale: #C6C6C6. Windows color (decimal): -4730940 or 12898231. OLE color: 12898231.
HSL color Cylindrical-coordinate representation of color #B7CFC4: hue angle of 152.5º 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 #B7CFC4 is Cyan = 0.12, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 196 | - |
| CMYK | 0.12 | 0 | 0.05 | 0.19 |
| HSL | 152.5º | 0.2% | 0.76% | - |
| HSV(B) | 152.5º | 0.12% | 0.81% | - |
| XYZ | 51.81 | 58.68 | 60.82 | - |
| YUV | 198.57 | 126.55 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 196 | 0.12 | 0 | 0.05 | 0.19 | 152.5 | 0.2 | 0.76 |
| Hex | B7 | CF | C4 | C | 0 | 5 | 13 | 98 | 14 | 4C |
| Octal | 267 | 317 | 304 | 14 | 0 | 5 | 23 | 230 | 24 | 114 |
| Binary | 10110111 | 11001111 | 11000100 | 1100 | 0 | 101 | 10011 | 10011000 | 10100 | 1001100 |
Color Harmonies of #B7CFC4
Complementary color
Monochromatic Colors of #B7CFC4
Black with #B7CFC4
Text Example
Text Example
White with #B7CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFC4; }
p { color: rgb(183,207,196); }
H1.HeaderClassName
{
color: #B7CFC4;
}
.AnyTagClassName
{
color: #B7CFC4;
}
</style>
background-color css
<style>
a { background-color: #B7CFC4; }
a { background-color: rgb(183,207,196); }
div.DivClassName
{
background-color: #B7CFC4;
}
.BgClassName
{
background-color: #B7CFC4;
}
</style>
border-color css
<style>
span { border-color: #B7CFC4; }
span { border-color: rgb(183,207,196); }
td.TdClassName
{
border-color: #B7CFC4;
}
.TagClassName
{
border-color: #B7CFC4;
}
</style>