Shades of Jet Stream #B5CEC8
Tints of Jet Stream #B5CEC8
RGB
CMYK
RGB Variations
Color information
#B5CEC8 (or 0xB5CEC8) is known color: Jet Stream. HEX triplet: B5, CE and C8. RGB value is (181,206,200). Sum of RGB (Red+Green+Blue) = 181+206+200=587 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.83% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B5CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CEC8 is #4A3137. Grayscale: #C5C5C5. Windows color (decimal): -4862264 or 13160117. OLE color: 13160117.
HSL color Cylindrical-coordinate representation of color #B5CEC8: hue angle of 165.6º 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 #B5CEC8 is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 206 | 200 | - |
| CMYK | 0.12 | 0 | 0.03 | 0.19 |
| HSL | 165.6º | 0.2% | 0.76% | - |
| HSV(B) | 165.6º | 0.12% | 0.81% | - |
| XYZ | 51.55 | 58.14 | 63.15 | - |
| YUV | 197.84 | 129.22 | 115.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 206 | 200 | 0.12 | 0 | 0.03 | 0.19 | 165.6 | 0.2 | 0.76 |
| Hex | B5 | CE | C8 | C | 0 | 3 | 13 | A6 | 14 | 4C |
| Octal | 265 | 316 | 310 | 14 | 0 | 3 | 23 | 246 | 24 | 114 |
| Binary | 10110101 | 11001110 | 11001000 | 1100 | 0 | 11 | 10011 | 10100110 | 10100 | 1001100 |
Color Harmonies of #B5CEC8
Complementary color
Monochromatic Colors of #B5CEC8
Black with #B5CEC8
Text Example
Text Example
White with #B5CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CEC8; }
p { color: rgb(181,206,200); }
H1.HeaderClassName
{
color: #B5CEC8;
}
.AnyTagClassName
{
color: #B5CEC8;
}
</style>
background-color css
<style>
a { background-color: #B5CEC8; }
a { background-color: rgb(181,206,200); }
div.DivClassName
{
background-color: #B5CEC8;
}
.BgClassName
{
background-color: #B5CEC8;
}
</style>
border-color css
<style>
span { border-color: #B5CEC8; }
span { border-color: rgb(181,206,200); }
td.TdClassName
{
border-color: #B5CEC8;
}
.TagClassName
{
border-color: #B5CEC8;
}
</style>