Shades of Jet Stream #B7CDC5
Tints of Jet Stream #B7CDC5
RGB
CMYK
RGB Variations
Color information
#B7CDC5 (or 0xB7CDC5) is known color: Jet Stream. HEX triplet: B7, CD and C5. RGB value is (183,205,197). Sum of RGB (Red+Green+Blue) = 183+205+197=585 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.28% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 197 (77.34% from 255 or 33.68% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDC5 is #48323A. Grayscale: #C5C5C5. Windows color (decimal): -4731451 or 12963255. OLE color: 12963255.
HSL color Cylindrical-coordinate representation of color #B7CDC5: hue angle of 158.18º 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 #B7CDC5 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 197 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.20 |
| HSL | 158.18º | 0.18% | 0.76% | - |
| HSV(B) | 158.18º | 0.11% | 0.8% | - |
| XYZ | 51.44 | 57.76 | 61.26 | - |
| YUV | 197.51 | 127.71 | 117.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 197 | 0.11 | 0 | 0.04 | 0.20 | 158.18 | 0.18 | 0.76 |
| Hex | B7 | CD | C5 | B | 0 | 4 | 14 | 9E | 12 | 4C |
| Octal | 267 | 315 | 305 | 13 | 0 | 4 | 24 | 236 | 22 | 114 |
| Binary | 10110111 | 11001101 | 11000101 | 1011 | 0 | 100 | 10100 | 10011110 | 10010 | 1001100 |
Color Harmonies of #B7CDC5
Complementary color
Monochromatic Colors of #B7CDC5
Black with #B7CDC5
Text Example
Text Example
White with #B7CDC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDC5; }
p { color: rgb(183,205,197); }
H1.HeaderClassName
{
color: #B7CDC5;
}
.AnyTagClassName
{
color: #B7CDC5;
}
</style>
background-color css
<style>
a { background-color: #B7CDC5; }
a { background-color: rgb(183,205,197); }
div.DivClassName
{
background-color: #B7CDC5;
}
.BgClassName
{
background-color: #B7CDC5;
}
</style>
border-color css
<style>
span { border-color: #B7CDC5; }
span { border-color: rgb(183,205,197); }
td.TdClassName
{
border-color: #B7CDC5;
}
.TagClassName
{
border-color: #B7CDC5;
}
</style>