Shades of Jet Stream #B7CDC4
Tints of Jet Stream #B7CDC4
RGB
CMYK
RGB Variations
Color information
#B7CDC4 (or 0xB7CDC4) is known color: Jet Stream. HEX triplet: B7, CD and C4. RGB value is (183,205,196). Sum of RGB (Red+Green+Blue) = 183+205+196=584 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.34% from 584); Green value is 205 (80.47% from 255 or 35.10% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 205 - color contains mainly: green. Hex color #B7CDC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CDC4 is #48323B. Grayscale: #C5C5C5. Windows color (decimal): -4731452 or 12897719. OLE color: 12897719.
HSL color Cylindrical-coordinate representation of color #B7CDC4: hue angle of 155.45º 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 #B7CDC4 is Cyan = 0.11, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 205 | 196 | - |
| CMYK | 0.11 | 0 | 0.04 | 0.20 |
| HSL | 155.45º | 0.18% | 0.76% | - |
| HSV(B) | 155.45º | 0.11% | 0.8% | - |
| XYZ | 51.32 | 57.72 | 60.66 | - |
| YUV | 197.4 | 127.21 | 117.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 205 | 196 | 0.11 | 0 | 0.04 | 0.20 | 155.45 | 0.18 | 0.76 |
| Hex | B7 | CD | C4 | B | 0 | 4 | 14 | 9B | 12 | 4C |
| Octal | 267 | 315 | 304 | 13 | 0 | 4 | 24 | 233 | 22 | 114 |
| Binary | 10110111 | 11001101 | 11000100 | 1011 | 0 | 100 | 10100 | 10011011 | 10010 | 1001100 |
Color Harmonies of #B7CDC4
Complementary color
Monochromatic Colors of #B7CDC4
Black with #B7CDC4
Text Example
Text Example
White with #B7CDC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CDC4; }
p { color: rgb(183,205,196); }
H1.HeaderClassName
{
color: #B7CDC4;
}
.AnyTagClassName
{
color: #B7CDC4;
}
</style>
background-color css
<style>
a { background-color: #B7CDC4; }
a { background-color: rgb(183,205,196); }
div.DivClassName
{
background-color: #B7CDC4;
}
.BgClassName
{
background-color: #B7CDC4;
}
</style>
border-color css
<style>
span { border-color: #B7CDC4; }
span { border-color: rgb(183,205,196); }
td.TdClassName
{
border-color: #B7CDC4;
}
.TagClassName
{
border-color: #B7CDC4;
}
</style>