Shades of Jet Stream #B5DBCB
Tints of Jet Stream #B5DBCB
RGB
CMYK
RGB Variations
Color information
#B5DBCB (or 0xB5DBCB) is known color: Jet Stream. HEX triplet: B5, DB and CB. RGB value is (181,219,203). Sum of RGB (Red+Green+Blue) = 181+219+203=603 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.02% from 603); Green value is 219 (85.94% from 255 or 36.32% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBCB is #4A2434. Grayscale: #CDCDCD. Windows color (decimal): -4858933 or 13360053. OLE color: 13360053.
HSL color Cylindrical-coordinate representation of color #B5DBCB: hue angle of 154.74º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBCB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 219 | 203 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.14 |
| HSL | 154.74º | 0.35% | 0.78% | - |
| HSV(B) | 154.74º | 0.17% | 0.86% | - |
| XYZ | 55.17 | 64.8 | 66.1 | - |
| YUV | 205.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 219 | 203 | 0.17 | 0 | 0.07 | 0.14 | 154.74 | 0.35 | 0.78 |
| Hex | B5 | DB | CB | 11 | 0 | 7 | E | 9B | 23 | 4E |
| Octal | 265 | 333 | 313 | 21 | 0 | 7 | 16 | 233 | 43 | 116 |
| Binary | 10110101 | 11011011 | 11001011 | 10001 | 0 | 111 | 1110 | 10011011 | 100011 | 1001110 |
Color Harmonies of #B5DBCB
Complementary color
Monochromatic Colors of #B5DBCB
Black with #B5DBCB
Text Example
Text Example
White with #B5DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBCB; }
p { color: rgb(181,219,203); }
H1.HeaderClassName
{
color: #B5DBCB;
}
.AnyTagClassName
{
color: #B5DBCB;
}
</style>
background-color css
<style>
a { background-color: #B5DBCB; }
a { background-color: rgb(181,219,203); }
div.DivClassName
{
background-color: #B5DBCB;
}
.BgClassName
{
background-color: #B5DBCB;
}
</style>
border-color css
<style>
span { border-color: #B5DBCB; }
span { border-color: rgb(181,219,203); }
td.TdClassName
{
border-color: #B5DBCB;
}
.TagClassName
{
border-color: #B5DBCB;
}
</style>