Shades of Jet Stream #B8DCCC
Tints of Jet Stream #B8DCCC
RGB
CMYK
RGB Variations
Color information
#B8DCCC (or 0xB8DCCC) is known color: Jet Stream. HEX triplet: B8, DC and CC. RGB value is (184,220,204). Sum of RGB (Red+Green+Blue) = 184+220+204=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 220 (86.33% from 255 or 36.18% from 608); Blue value is 204 (80.08% from 255 or 33.55% from 608); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCCC is #472333. Grayscale: #CFCFCF. Windows color (decimal): -4662068 or 13425848. OLE color: 13425848.
HSL color Cylindrical-coordinate representation of color #B8DCCC: hue angle of 153.33º degrees, saturation: 0.34, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DCCC is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 204 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.14 |
| HSL | 153.33º | 0.34% | 0.79% | - |
| HSV(B) | 153.33º | 0.16% | 0.86% | - |
| XYZ | 56.26 | 65.74 | 66.85 | - |
| YUV | 207.41 | 126.07 | 111.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 204 | 0.16 | 0 | 0.07 | 0.14 | 153.33 | 0.34 | 0.79 |
| Hex | B8 | DC | CC | 10 | 0 | 7 | E | 99 | 22 | 4F |
| Octal | 270 | 334 | 314 | 20 | 0 | 7 | 16 | 231 | 42 | 117 |
| Binary | 10111000 | 11011100 | 11001100 | 10000 | 0 | 111 | 1110 | 10011001 | 100010 | 1001111 |
Color Harmonies of #B8DCCC
Complementary color
Monochromatic Colors of #B8DCCC
Black with #B8DCCC
Text Example
Text Example
White with #B8DCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCCC; }
p { color: rgb(184,220,204); }
H1.HeaderClassName
{
color: #B8DCCC;
}
.AnyTagClassName
{
color: #B8DCCC;
}
</style>
background-color css
<style>
a { background-color: #B8DCCC; }
a { background-color: rgb(184,220,204); }
div.DivClassName
{
background-color: #B8DCCC;
}
.BgClassName
{
background-color: #B8DCCC;
}
</style>
border-color css
<style>
span { border-color: #B8DCCC; }
span { border-color: rgb(184,220,204); }
td.TdClassName
{
border-color: #B8DCCC;
}
.TagClassName
{
border-color: #B8DCCC;
}
</style>