Shades of Jet Stream #B7D5CC
Tints of Jet Stream #B7D5CC
RGB
CMYK
RGB Variations
Color information
#B7D5CC (or 0xB7D5CC) is known color: Jet Stream. HEX triplet: B7, D5 and CC. RGB value is (183,213,204). Sum of RGB (Red+Green+Blue) = 183+213+204=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 213 - color contains mainly: green. Hex color #B7D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D5CC is #482A33. Grayscale: #CBCBCB. Windows color (decimal): -4729396 or 13424055. OLE color: 13424055.
HSL color Cylindrical-coordinate representation of color #B7D5CC: hue angle of 162º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D5CC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 183 | 213 | 204 | - |
| CMYK | 0.14 | 0 | 0.04 | 0.16 |
| HSL | 162º | 0.26% | 0.78% | - |
| HSV(B) | 162º | 0.14% | 0.84% | - |
| XYZ | 54.22 | 62.02 | 66.24 | - |
| YUV | 203 | 128.56 | 113.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 213 | 204 | 0.14 | 0 | 0.04 | 0.16 | 162 | 0.26 | 0.78 |
| Hex | B7 | D5 | CC | E | 0 | 4 | 10 | A2 | 1A | 4E |
| Octal | 267 | 325 | 314 | 16 | 0 | 4 | 20 | 242 | 32 | 116 |
| Binary | 10110111 | 11010101 | 11001100 | 1110 | 0 | 100 | 10000 | 10100010 | 11010 | 1001110 |
Color Harmonies of #B7D5CC
Complementary color
Monochromatic Colors of #B7D5CC
Black with #B7D5CC
Text Example
Text Example
White with #B7D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D5CC; }
p { color: rgb(183,213,204); }
H1.HeaderClassName
{
color: #B7D5CC;
}
.AnyTagClassName
{
color: #B7D5CC;
}
</style>
background-color css
<style>
a { background-color: #B7D5CC; }
a { background-color: rgb(183,213,204); }
div.DivClassName
{
background-color: #B7D5CC;
}
.BgClassName
{
background-color: #B7D5CC;
}
</style>
border-color css
<style>
span { border-color: #B7D5CC; }
span { border-color: rgb(183,213,204); }
td.TdClassName
{
border-color: #B7D5CC;
}
.TagClassName
{
border-color: #B7D5CC;
}
</style>