Shades of Jet Stream #B7DCCC
Tints of Jet Stream #B7DCCC
RGB
CMYK
RGB Variations
Color information
#B7DCCC (or 0xB7DCCC) is known color: Jet Stream. HEX triplet: B7, DC and CC. RGB value is (183,220,204). Sum of RGB (Red+Green+Blue) = 183+220+204=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #B7DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DCCC is #482333. Grayscale: #CFCFCF. Windows color (decimal): -4727604 or 13425847. OLE color: 13425847.
HSL color Cylindrical-coordinate representation of color #B7DCCC: hue angle of 154.05º 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 #B7DCCC is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 220 | 204 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.14 |
| HSL | 154.05º | 0.35% | 0.79% | - |
| HSV(B) | 154.05º | 0.17% | 0.86% | - |
| XYZ | 56.02 | 65.61 | 66.84 | - |
| YUV | 207.11 | 126.24 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 220 | 204 | 0.17 | 0 | 0.07 | 0.14 | 154.05 | 0.35 | 0.79 |
| Hex | B7 | DC | CC | 11 | 0 | 7 | E | 9A | 23 | 4F |
| Octal | 267 | 334 | 314 | 21 | 0 | 7 | 16 | 232 | 43 | 117 |
| Binary | 10110111 | 11011100 | 11001100 | 10001 | 0 | 111 | 1110 | 10011010 | 100011 | 1001111 |
Color Harmonies of #B7DCCC
Complementary color
Monochromatic Colors of #B7DCCC
Black with #B7DCCC
Text Example
Text Example
White with #B7DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DCCC; }
p { color: rgb(183,220,204); }
H1.HeaderClassName
{
color: #B7DCCC;
}
.AnyTagClassName
{
color: #B7DCCC;
}
</style>
background-color css
<style>
a { background-color: #B7DCCC; }
a { background-color: rgb(183,220,204); }
div.DivClassName
{
background-color: #B7DCCC;
}
.BgClassName
{
background-color: #B7DCCC;
}
</style>
border-color css
<style>
span { border-color: #B7DCCC; }
span { border-color: rgb(183,220,204); }
td.TdClassName
{
border-color: #B7DCCC;
}
.TagClassName
{
border-color: #B7DCCC;
}
</style>