Shades of Jet Stream #B7CEC8
Tints of Jet Stream #B7CEC8
RGB
CMYK
RGB Variations
Color information
#B7CEC8 (or 0xB7CEC8) is known color: Jet Stream. HEX triplet: B7, CE and C8. RGB value is (183,206,200). Sum of RGB (Red+Green+Blue) = 183+206+200=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 200 (78.52% from 255 or 33.96% from 589); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEC8 is #483137. Grayscale: #C6C6C6. Windows color (decimal): -4731192 or 13160119. OLE color: 13160119.
HSL color Cylindrical-coordinate representation of color #B7CEC8: hue angle of 164.35º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CEC8 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 200 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.19 |
| HSL | 164.35º | 0.19% | 0.76% | - |
| HSV(B) | 164.35º | 0.11% | 0.81% | - |
| XYZ | 52.03 | 58.38 | 63.17 | - |
| YUV | 198.44 | 128.88 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 200 | 0.11 | 0 | 0.03 | 0.19 | 164.35 | 0.19 | 0.76 |
| Hex | B7 | CE | C8 | B | 0 | 3 | 13 | A4 | 13 | 4C |
| Octal | 267 | 316 | 310 | 13 | 0 | 3 | 23 | 244 | 23 | 114 |
| Binary | 10110111 | 11001110 | 11001000 | 1011 | 0 | 11 | 10011 | 10100100 | 10011 | 1001100 |
Color Harmonies of #B7CEC8
Complementary color
Monochromatic Colors of #B7CEC8
Black with #B7CEC8
Text Example
Text Example
White with #B7CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEC8; }
p { color: rgb(183,206,200); }
H1.HeaderClassName
{
color: #B7CEC8;
}
.AnyTagClassName
{
color: #B7CEC8;
}
</style>
background-color css
<style>
a { background-color: #B7CEC8; }
a { background-color: rgb(183,206,200); }
div.DivClassName
{
background-color: #B7CEC8;
}
.BgClassName
{
background-color: #B7CEC8;
}
</style>
border-color css
<style>
span { border-color: #B7CEC8; }
span { border-color: rgb(183,206,200); }
td.TdClassName
{
border-color: #B7CEC8;
}
.TagClassName
{
border-color: #B7CEC8;
}
</style>