Shades of Jet Stream #B3CEC3
Tints of Jet Stream #B3CEC3
RGB
CMYK
RGB Variations
Color information
#B3CEC3 (or 0xB3CEC3) is known color: Jet Stream. HEX triplet: B3, CE and C3. RGB value is (179,206,195). Sum of RGB (Red+Green+Blue) = 179+206+195=580 (76% of max value = 765). Red value is 179 (70.31% from 255 or 30.86% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B3CEC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3CEC3 is #4C313C. Grayscale: #C4C4C4. Windows color (decimal): -4993341 or 12832435. OLE color: 12832435.
HSL color Cylindrical-coordinate representation of color #B3CEC3: hue angle of 155.56º 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 #B3CEC3 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 179 | 206 | 195 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.19 |
| HSL | 155.56º | 0.22% | 0.75% | - |
| HSV(B) | 155.56º | 0.13% | 0.81% | - |
| XYZ | 50.51 | 57.67 | 60.1 | - |
| YUV | 196.67 | 127.05 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 206 | 195 | 0.13 | 0 | 0.05 | 0.19 | 155.56 | 0.22 | 0.75 |
| Hex | B3 | CE | C3 | D | 0 | 5 | 13 | 9C | 16 | 4B |
| Octal | 263 | 316 | 303 | 15 | 0 | 5 | 23 | 234 | 26 | 113 |
| Binary | 10110011 | 11001110 | 11000011 | 1101 | 0 | 101 | 10011 | 10011100 | 10110 | 1001011 |
Color Harmonies of #B3CEC3
Complementary color
Monochromatic Colors of #B3CEC3
Black with #B3CEC3
Text Example
Text Example
White with #B3CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CEC3; }
p { color: rgb(179,206,195); }
H1.HeaderClassName
{
color: #B3CEC3;
}
.AnyTagClassName
{
color: #B3CEC3;
}
</style>
background-color css
<style>
a { background-color: #B3CEC3; }
a { background-color: rgb(179,206,195); }
div.DivClassName
{
background-color: #B3CEC3;
}
.BgClassName
{
background-color: #B3CEC3;
}
</style>
border-color css
<style>
span { border-color: #B3CEC3; }
span { border-color: rgb(179,206,195); }
td.TdClassName
{
border-color: #B3CEC3;
}
.TagClassName
{
border-color: #B3CEC3;
}
</style>