Shades of Jet Stream #B8DCCD
Tints of Jet Stream #B8DCCD
RGB
CMYK
RGB Variations
Color information
#B8DCCD (or 0xB8DCCD) is known color: Jet Stream. HEX triplet: B8, DC and CD. RGB value is (184,220,205). Sum of RGB (Red+Green+Blue) = 184+220+205=609 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.21% from 609); Green value is 220 (86.33% from 255 or 36.12% from 609); Blue value is 205 (80.47% from 255 or 33.66% from 609); Max value from RGB is 220 - color contains mainly: green. Hex color #B8DCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DCCD is #472332. Grayscale: #CFCFCF. Windows color (decimal): -4662067 or 13491384. OLE color: 13491384.
HSL color Cylindrical-coordinate representation of color #B8DCCD: hue angle of 155º 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 #B8DCCD is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 220 | 205 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.14 |
| HSL | 155º | 0.34% | 0.79% | - |
| HSV(B) | 155º | 0.16% | 0.86% | - |
| XYZ | 56.38 | 65.78 | 67.48 | - |
| YUV | 207.53 | 126.57 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 220 | 205 | 0.16 | 0 | 0.07 | 0.14 | 155 | 0.34 | 0.79 |
| Hex | B8 | DC | CD | 10 | 0 | 7 | E | 9B | 22 | 4F |
| Octal | 270 | 334 | 315 | 20 | 0 | 7 | 16 | 233 | 42 | 117 |
| Binary | 10111000 | 11011100 | 11001101 | 10000 | 0 | 111 | 1110 | 10011011 | 100010 | 1001111 |
Color Harmonies of #B8DCCD
Complementary color
Monochromatic Colors of #B8DCCD
Black with #B8DCCD
Text Example
Text Example
White with #B8DCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DCCD; }
p { color: rgb(184,220,205); }
H1.HeaderClassName
{
color: #B8DCCD;
}
.AnyTagClassName
{
color: #B8DCCD;
}
</style>
background-color css
<style>
a { background-color: #B8DCCD; }
a { background-color: rgb(184,220,205); }
div.DivClassName
{
background-color: #B8DCCD;
}
.BgClassName
{
background-color: #B8DCCD;
}
</style>
border-color css
<style>
span { border-color: #B8DCCD; }
span { border-color: rgb(184,220,205); }
td.TdClassName
{
border-color: #B8DCCD;
}
.TagClassName
{
border-color: #B8DCCD;
}
</style>