Shades of Jet Stream #B8DBCB
Tints of Jet Stream #B8DBCB
RGB
CMYK
RGB Variations
Color information
#B8DBCB (or 0xB8DBCB) is known color: Jet Stream. HEX triplet: B8, DB and CB. RGB value is (184,219,203). Sum of RGB (Red+Green+Blue) = 184+219+203=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 219 (85.94% from 255 or 36.14% from 606); Blue value is 203 (79.69% from 255 or 33.50% from 606); Max value from RGB is 219 - color contains mainly: green. Hex color #B8DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DBCB is #472434. Grayscale: #CECECE. Windows color (decimal): -4662325 or 13360056. OLE color: 13360056.
HSL color Cylindrical-coordinate representation of color #B8DBCB: hue angle of 152.57º degrees, saturation: 0.33, 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 #B8DBCB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 184 | 219 | 203 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.14 |
| HSL | 152.57º | 0.33% | 0.79% | - |
| HSV(B) | 152.57º | 0.16% | 0.86% | - |
| XYZ | 55.88 | 65.17 | 66.13 | - |
| YUV | 206.71 | 125.9 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 219 | 203 | 0.16 | 0 | 0.07 | 0.14 | 152.57 | 0.33 | 0.79 |
| Hex | B8 | DB | CB | 10 | 0 | 7 | E | 99 | 21 | 4F |
| Octal | 270 | 333 | 313 | 20 | 0 | 7 | 16 | 231 | 41 | 117 |
| Binary | 10111000 | 11011011 | 11001011 | 10000 | 0 | 111 | 1110 | 10011001 | 100001 | 1001111 |
Color Harmonies of #B8DBCB
Complementary color
Monochromatic Colors of #B8DBCB
Black with #B8DBCB
Text Example
Text Example
White with #B8DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DBCB; }
p { color: rgb(184,219,203); }
H1.HeaderClassName
{
color: #B8DBCB;
}
.AnyTagClassName
{
color: #B8DBCB;
}
</style>
background-color css
<style>
a { background-color: #B8DBCB; }
a { background-color: rgb(184,219,203); }
div.DivClassName
{
background-color: #B8DBCB;
}
.BgClassName
{
background-color: #B8DBCB;
}
</style>
border-color css
<style>
span { border-color: #B8DBCB; }
span { border-color: rgb(184,219,203); }
td.TdClassName
{
border-color: #B8DBCB;
}
.TagClassName
{
border-color: #B8DBCB;
}
</style>