Shades of Jet Stream #B7CEC4
Tints of Jet Stream #B7CEC4
RGB
CMYK
RGB Variations
Color information
#B7CEC4 (or 0xB7CEC4) is known color: Jet Stream. HEX triplet: B7, CE and C4. RGB value is (183,206,196). Sum of RGB (Red+Green+Blue) = 183+206+196=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #B7CEC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CEC4 is #48313B. Grayscale: #C6C6C6. Windows color (decimal): -4731196 or 12897975. OLE color: 12897975.
HSL color Cylindrical-coordinate representation of color #B7CEC4: hue angle of 153.91º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CEC4 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 206 | 196 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.19 |
| HSL | 153.91º | 0.19% | 0.76% | - |
| HSV(B) | 153.91º | 0.11% | 0.81% | - |
| XYZ | 51.56 | 58.2 | 60.74 | - |
| YUV | 197.98 | 126.88 | 117.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 206 | 196 | 0.11 | 0 | 0.05 | 0.19 | 153.91 | 0.19 | 0.76 |
| Hex | B7 | CE | C4 | B | 0 | 5 | 13 | 9A | 13 | 4C |
| Octal | 267 | 316 | 304 | 13 | 0 | 5 | 23 | 232 | 23 | 114 |
| Binary | 10110111 | 11001110 | 11000100 | 1011 | 0 | 101 | 10011 | 10011010 | 10011 | 1001100 |
Color Harmonies of #B7CEC4
Complementary color
Monochromatic Colors of #B7CEC4
Black with #B7CEC4
Text Example
Text Example
White with #B7CEC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CEC4; }
p { color: rgb(183,206,196); }
H1.HeaderClassName
{
color: #B7CEC4;
}
.AnyTagClassName
{
color: #B7CEC4;
}
</style>
background-color css
<style>
a { background-color: #B7CEC4; }
a { background-color: rgb(183,206,196); }
div.DivClassName
{
background-color: #B7CEC4;
}
.BgClassName
{
background-color: #B7CEC4;
}
</style>
border-color css
<style>
span { border-color: #B7CEC4; }
span { border-color: rgb(183,206,196); }
td.TdClassName
{
border-color: #B7CEC4;
}
.TagClassName
{
border-color: #B7CEC4;
}
</style>