Shades of Jet Stream #B5CFC8
Tints of Jet Stream #B5CFC8
RGB
CMYK
RGB Variations
Color information
#B5CFC8 (or 0xB5CFC8) is known color: Jet Stream. HEX triplet: B5, CF and C8. RGB value is (181,207,200). Sum of RGB (Red+Green+Blue) = 181+207+200=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFC8 is #4A3037. Grayscale: #C6C6C6. Windows color (decimal): -4862008 or 13160373. OLE color: 13160373.
HSL color Cylindrical-coordinate representation of color #B5CFC8: hue angle of 163.85º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B5CFC8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 200 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.19 |
| HSL | 163.85º | 0.21% | 0.76% | - |
| HSV(B) | 163.85º | 0.13% | 0.81% | - |
| XYZ | 51.79 | 58.62 | 63.23 | - |
| YUV | 198.43 | 128.89 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 200 | 0.13 | 0 | 0.03 | 0.19 | 163.85 | 0.21 | 0.76 |
| Hex | B5 | CF | C8 | D | 0 | 3 | 13 | A4 | 15 | 4C |
| Octal | 265 | 317 | 310 | 15 | 0 | 3 | 23 | 244 | 25 | 114 |
| Binary | 10110101 | 11001111 | 11001000 | 1101 | 0 | 11 | 10011 | 10100100 | 10101 | 1001100 |
Color Harmonies of #B5CFC8
Complementary color
Monochromatic Colors of #B5CFC8
Black with #B5CFC8
Text Example
Text Example
White with #B5CFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFC8; }
p { color: rgb(181,207,200); }
H1.HeaderClassName
{
color: #B5CFC8;
}
.AnyTagClassName
{
color: #B5CFC8;
}
</style>
background-color css
<style>
a { background-color: #B5CFC8; }
a { background-color: rgb(181,207,200); }
div.DivClassName
{
background-color: #B5CFC8;
}
.BgClassName
{
background-color: #B5CFC8;
}
</style>
border-color css
<style>
span { border-color: #B5CFC8; }
span { border-color: rgb(181,207,200); }
td.TdClassName
{
border-color: #B5CFC8;
}
.TagClassName
{
border-color: #B5CFC8;
}
</style>