Shades of Jet Stream #B7CDC6
Tints of Jet Stream #B7CDC6
RGB
CMYK
RGB Variations
Color information
#B7CDC6 (or 0xB7CDC6) is known color: Jet Stream. HEX triplet: B7, CD and C6. RGB value is (183,205,198). Sum of RGB (Red+Green+Blue) = 183+205+198=586 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.23% from 586); Green value is 205 (80.47% from 255 or 34.98% from 586); Blue value is 198 (77.73% from 255 or 33.79% from 586); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDC6 is #483239. Grayscale: #C5C5C5. Windows color (decimal): -4731450 or 13028791. OLE color: 13028791.
HSL color Cylindrical-coordinate representation of color #B7CDC6: hue angle of 160.91º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B7CDC6 is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 198 | - |
| CMYK | 0.11 | 0 | 0.03 | 0.20 |
| HSL | 160.91º | 0.18% | 0.76% | - |
| HSV(B) | 160.91º | 0.11% | 0.8% | - |
| XYZ | 51.55 | 57.81 | 61.87 | - |
| YUV | 197.62 | 128.21 | 117.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 198 | 0.11 | 0 | 0.03 | 0.20 | 160.91 | 0.18 | 0.76 |
| Hex | B7 | CD | C6 | B | 0 | 3 | 14 | A1 | 12 | 4C |
| Octal | 267 | 315 | 306 | 13 | 0 | 3 | 24 | 241 | 22 | 114 |
| Binary | 10110111 | 11001101 | 11000110 | 1011 | 0 | 11 | 10100 | 10100001 | 10010 | 1001100 |
Color Harmonies of #B7CDC6
Complementary color
Monochromatic Colors of #B7CDC6
Black with #B7CDC6
Text Example
Text Example
White with #B7CDC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDC6; }
p { color: rgb(183,205,198); }
H1.HeaderClassName
{
color: #B7CDC6;
}
.AnyTagClassName
{
color: #B7CDC6;
}
</style>
background-color css
<style>
a { background-color: #B7CDC6; }
a { background-color: rgb(183,205,198); }
div.DivClassName
{
background-color: #B7CDC6;
}
.BgClassName
{
background-color: #B7CDC6;
}
</style>
border-color css
<style>
span { border-color: #B7CDC6; }
span { border-color: rgb(183,205,198); }
td.TdClassName
{
border-color: #B7CDC6;
}
.TagClassName
{
border-color: #B7CDC6;
}
</style>