Shades of Jet Stream #B3CEC8
Tints of Jet Stream #B3CEC8
RGB
CMYK
RGB Variations
Color information
#B3CEC8 (or 0xB3CEC8) is known color: Jet Stream. HEX triplet: B3, CE and C8. RGB value is (179,206,200). Sum of RGB (Red+Green+Blue) = 179+206+200=585 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.60% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 200 (78.52% from 255 or 34.19% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEC8 is #4C3137. Grayscale: #C5C5C5. Windows color (decimal): -4993336 or 13160115. OLE color: 13160115.
HSL color Cylindrical-coordinate representation of color #B3CEC8: hue angle of 166.67º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B3CEC8 is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 200 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.19 |
| HSL | 166.67º | 0.22% | 0.75% | - |
| HSV(B) | 166.67º | 0.13% | 0.81% | - |
| XYZ | 51.09 | 57.9 | 63.13 | - |
| YUV | 197.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 200 | 0.13 | 0 | 0.03 | 0.19 | 166.67 | 0.22 | 0.75 |
| Hex | B3 | CE | C8 | D | 0 | 3 | 13 | A7 | 16 | 4B |
| Octal | 263 | 316 | 310 | 15 | 0 | 3 | 23 | 247 | 26 | 113 |
| Binary | 10110011 | 11001110 | 11001000 | 1101 | 0 | 11 | 10011 | 10100111 | 10110 | 1001011 |
Color Harmonies of #B3CEC8
Complementary color
Monochromatic Colors of #B3CEC8
Black with #B3CEC8
Text Example
Text Example
White with #B3CEC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEC8; }
p { color: rgb(179,206,200); }
H1.HeaderClassName
{
color: #B3CEC8;
}
.AnyTagClassName
{
color: #B3CEC8;
}
</style>
background-color css
<style>
a { background-color: #B3CEC8; }
a { background-color: rgb(179,206,200); }
div.DivClassName
{
background-color: #B3CEC8;
}
.BgClassName
{
background-color: #B3CEC8;
}
</style>
border-color css
<style>
span { border-color: #B3CEC8; }
span { border-color: rgb(179,206,200); }
td.TdClassName
{
border-color: #B3CEC8;
}
.TagClassName
{
border-color: #B3CEC8;
}
</style>