Shades of Jet Stream #B7DCCB
Tints of Jet Stream #B7DCCB
RGB
CMYK
RGB Variations
Color information
#B7DCCB (or 0xB7DCCB) is known color: Jet Stream. HEX triplet: B7, DC and CB. RGB value is (183,220,203). Sum of RGB (Red+Green+Blue) = 183+220+203=606 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.20% from 606); Green value is 220 (86.33% from 255 or 36.30% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCCB is #482334. Grayscale: #CFCFCF. Windows color (decimal): -4727605 or 13360311. OLE color: 13360311.
HSL color Cylindrical-coordinate representation of color #B7DCCB: hue angle of 152.43º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B7DCCB is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 203 | - |
| CMYK | 0.17 | 0 | 0.08 | 0.14 |
| HSL | 152.43º | 0.35% | 0.79% | - |
| HSV(B) | 152.43º | 0.17% | 0.86% | - |
| XYZ | 55.9 | 65.57 | 66.21 | - |
| YUV | 207 | 125.74 | 110.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 203 | 0.17 | 0 | 0.08 | 0.14 | 152.43 | 0.35 | 0.79 |
| Hex | B7 | DC | CB | 11 | 0 | 8 | E | 98 | 23 | 4F |
| Octal | 267 | 334 | 313 | 21 | 0 | 10 | 16 | 230 | 43 | 117 |
| Binary | 10110111 | 11011100 | 11001011 | 10001 | 0 | 1000 | 1110 | 10011000 | 100011 | 1001111 |
Color Harmonies of #B7DCCB
Complementary color
Monochromatic Colors of #B7DCCB
Black with #B7DCCB
Text Example
Text Example
White with #B7DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCCB; }
p { color: rgb(183,220,203); }
H1.HeaderClassName
{
color: #B7DCCB;
}
.AnyTagClassName
{
color: #B7DCCB;
}
</style>
background-color css
<style>
a { background-color: #B7DCCB; }
a { background-color: rgb(183,220,203); }
div.DivClassName
{
background-color: #B7DCCB;
}
.BgClassName
{
background-color: #B7DCCB;
}
</style>
border-color css
<style>
span { border-color: #B7DCCB; }
span { border-color: rgb(183,220,203); }
td.TdClassName
{
border-color: #B7DCCB;
}
.TagClassName
{
border-color: #B7DCCB;
}
</style>