Shades of Jet Stream #B2CEC4
Tints of Jet Stream #B2CEC4
RGB
CMYK
RGB Variations
Color information
#B2CEC4 (or 0xB2CEC4) is known color: Jet Stream. HEX triplet: B2, CE and C4. RGB value is (178,206,196). Sum of RGB (Red+Green+Blue) = 178+206+196=580 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.69% from 580); Green value is 206 (80.86% from 255 or 35.52% from 580); Blue value is 196 (76.95% from 255 or 33.79% from 580); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CEC4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CEC4 is #4D313B. Grayscale: #C4C4C4. Windows color (decimal): -5058876 or 12897970. OLE color: 12897970.
HSL color Cylindrical-coordinate representation of color #B2CEC4: hue angle of 158.57º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CEC4 is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 178 | 206 | 196 | - |
| CMYK | 0.14 | 0 | 0.05 | 0.19 |
| HSL | 158.57º | 0.22% | 0.75% | - |
| HSV(B) | 158.57º | 0.14% | 0.81% | - |
| XYZ | 50.4 | 57.59 | 60.69 | - |
| YUV | 196.49 | 127.72 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 206 | 196 | 0.14 | 0 | 0.05 | 0.19 | 158.57 | 0.22 | 0.75 |
| Hex | B2 | CE | C4 | E | 0 | 5 | 13 | 9F | 16 | 4B |
| Octal | 262 | 316 | 304 | 16 | 0 | 5 | 23 | 237 | 26 | 113 |
| Binary | 10110010 | 11001110 | 11000100 | 1110 | 0 | 101 | 10011 | 10011111 | 10110 | 1001011 |
Color Harmonies of #B2CEC4
Complementary color
Monochromatic Colors of #B2CEC4
Black with #B2CEC4
Text Example
Text Example
White with #B2CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CEC4; }
p { color: rgb(178,206,196); }
H1.HeaderClassName
{
color: #B2CEC4;
}
.AnyTagClassName
{
color: #B2CEC4;
}
</style>
background-color css
<style>
a { background-color: #B2CEC4; }
a { background-color: rgb(178,206,196); }
div.DivClassName
{
background-color: #B2CEC4;
}
.BgClassName
{
background-color: #B2CEC4;
}
</style>
border-color css
<style>
span { border-color: #B2CEC4; }
span { border-color: rgb(178,206,196); }
td.TdClassName
{
border-color: #B2CEC4;
}
.TagClassName
{
border-color: #B2CEC4;
}
</style>