Shades of Jet Stream #B5DCCB
Tints of Jet Stream #B5DCCB
RGB
CMYK
RGB Variations
Color information
#B5DCCB (or 0xB5DCCB) is known color: Jet Stream. HEX triplet: B5, DC and CB. RGB value is (181,220,203). Sum of RGB (Red+Green+Blue) = 181+220+203=604 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.97% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCCB is #4A2334. Grayscale: #CECECE. Windows color (decimal): -4858677 or 13360309. OLE color: 13360309.
HSL color Cylindrical-coordinate representation of color #B5DCCB: hue angle of 153.85º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCCB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 181 | 220 | 203 | - |
| CMYK | 0.18 | 0 | 0.08 | 0.14 |
| HSL | 153.85º | 0.36% | 0.79% | - |
| HSV(B) | 153.85º | 0.18% | 0.86% | - |
| XYZ | 55.43 | 65.32 | 66.19 | - |
| YUV | 206.4 | 126.08 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 220 | 203 | 0.18 | 0 | 0.08 | 0.14 | 153.85 | 0.36 | 0.79 |
| Hex | B5 | DC | CB | 12 | 0 | 8 | E | 9A | 24 | 4F |
| Octal | 265 | 334 | 313 | 22 | 0 | 10 | 16 | 232 | 44 | 117 |
| Binary | 10110101 | 11011100 | 11001011 | 10010 | 0 | 1000 | 1110 | 10011010 | 100100 | 1001111 |
Color Harmonies of #B5DCCB
Complementary color
Monochromatic Colors of #B5DCCB
Black with #B5DCCB
Text Example
Text Example
White with #B5DCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCCB; }
p { color: rgb(181,220,203); }
H1.HeaderClassName
{
color: #B5DCCB;
}
.AnyTagClassName
{
color: #B5DCCB;
}
</style>
background-color css
<style>
a { background-color: #B5DCCB; }
a { background-color: rgb(181,220,203); }
div.DivClassName
{
background-color: #B5DCCB;
}
.BgClassName
{
background-color: #B5DCCB;
}
</style>
border-color css
<style>
span { border-color: #B5DCCB; }
span { border-color: rgb(181,220,203); }
td.TdClassName
{
border-color: #B5DCCB;
}
.TagClassName
{
border-color: #B5DCCB;
}
</style>