Shades of Jet Stream #B7CFC8
Tints of Jet Stream #B7CFC8
RGB
CMYK
RGB Variations
Color information
#B7CFC8 (or 0xB7CFC8) is known color: Jet Stream. HEX triplet: B7, CF and C8. RGB value is (183,207,200). Sum of RGB (Red+Green+Blue) = 183+207+200=590 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.02% from 590); Green value is 207 (81.25% from 255 or 35.08% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFC8 is #483037. Grayscale: #C7C7C7. Windows color (decimal): -4730936 or 13160375. OLE color: 13160375.
HSL color Cylindrical-coordinate representation of color #B7CFC8: hue angle of 162.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 #B7CFC8 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 200 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.19 |
| HSL | 162.5º | 0.2% | 0.76% | - |
| HSV(B) | 162.5º | 0.12% | 0.81% | - |
| XYZ | 52.27 | 58.86 | 63.25 | - |
| YUV | 199.03 | 128.55 | 116.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 200 | 0.12 | 0 | 0.03 | 0.19 | 162.5 | 0.2 | 0.76 |
| Hex | B7 | CF | C8 | C | 0 | 3 | 13 | A2 | 14 | 4C |
| Octal | 267 | 317 | 310 | 14 | 0 | 3 | 23 | 242 | 24 | 114 |
| Binary | 10110111 | 11001111 | 11001000 | 1100 | 0 | 11 | 10011 | 10100010 | 10100 | 1001100 |
Color Harmonies of #B7CFC8
Complementary color
Monochromatic Colors of #B7CFC8
Black with #B7CFC8
Text Example
Text Example
White with #B7CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFC8; }
p { color: rgb(183,207,200); }
H1.HeaderClassName
{
color: #B7CFC8;
}
.AnyTagClassName
{
color: #B7CFC8;
}
</style>
background-color css
<style>
a { background-color: #B7CFC8; }
a { background-color: rgb(183,207,200); }
div.DivClassName
{
background-color: #B7CFC8;
}
.BgClassName
{
background-color: #B7CFC8;
}
</style>
border-color css
<style>
span { border-color: #B7CFC8; }
span { border-color: rgb(183,207,200); }
td.TdClassName
{
border-color: #B7CFC8;
}
.TagClassName
{
border-color: #B7CFC8;
}
</style>