Shades of Jet Stream #B7CDC9
Tints of Jet Stream #B7CDC9
RGB
CMYK
RGB Variations
Color information
#B7CDC9 (or 0xB7CDC9) is known color: Jet Stream. HEX triplet: B7, CD and C9. RGB value is (183,205,201). Sum of RGB (Red+Green+Blue) = 183+205+201=589 (78% of max value = 765). Red value is 183 (71.88% from 255 or 31.07% from 589); Green value is 205 (80.47% from 255 or 34.80% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDC9 is #483236. Grayscale: #C5C5C5. Windows color (decimal): -4731447 or 13225399. OLE color: 13225399.
HSL color Cylindrical-coordinate representation of color #B7CDC9: hue angle of 169.09º 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 #B7CDC9 is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 201 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.20 |
| HSL | 169.09º | 0.18% | 0.76% | - |
| HSV(B) | 169.09º | 0.11% | 0.8% | - |
| XYZ | 51.9 | 57.95 | 63.71 | - |
| YUV | 197.97 | 129.71 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 201 | 0.11 | 0 | 0.02 | 0.20 | 169.09 | 0.18 | 0.76 |
| Hex | B7 | CD | C9 | B | 0 | 2 | 14 | A9 | 12 | 4C |
| Octal | 267 | 315 | 311 | 13 | 0 | 2 | 24 | 251 | 22 | 114 |
| Binary | 10110111 | 11001101 | 11001001 | 1011 | 0 | 10 | 10100 | 10101001 | 10010 | 1001100 |
Color Harmonies of #B7CDC9
Complementary color
Monochromatic Colors of #B7CDC9
Black with #B7CDC9
Text Example
Text Example
White with #B7CDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDC9; }
p { color: rgb(183,205,201); }
H1.HeaderClassName
{
color: #B7CDC9;
}
.AnyTagClassName
{
color: #B7CDC9;
}
</style>
background-color css
<style>
a { background-color: #B7CDC9; }
a { background-color: rgb(183,205,201); }
div.DivClassName
{
background-color: #B7CDC9;
}
.BgClassName
{
background-color: #B7CDC9;
}
</style>
border-color css
<style>
span { border-color: #B7CDC9; }
span { border-color: rgb(183,205,201); }
td.TdClassName
{
border-color: #B7CDC9;
}
.TagClassName
{
border-color: #B7CDC9;
}
</style>