Shades of Jet Stream #B8DACB
Tints of Jet Stream #B8DACB
RGB
CMYK
RGB Variations
Color information
#B8DACB (or 0xB8DACB) is known color: Jet Stream. HEX triplet: B8, DA and CB. RGB value is (184,218,203). Sum of RGB (Red+Green+Blue) = 184+218+203=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DACB is #472534. Grayscale: #CECECE. Windows color (decimal): -4662581 or 13359800. OLE color: 13359800.
HSL color Cylindrical-coordinate representation of color #B8DACB: hue angle of 153.53º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B8DACB is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 203 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.15 |
| HSL | 153.53º | 0.31% | 0.79% | - |
| HSV(B) | 153.53º | 0.16% | 0.85% | - |
| XYZ | 55.62 | 64.64 | 66.05 | - |
| YUV | 206.12 | 126.24 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 203 | 0.16 | 0 | 0.07 | 0.15 | 153.53 | 0.31 | 0.79 |
| Hex | B8 | DA | CB | 10 | 0 | 7 | F | 9A | 1F | 4F |
| Octal | 270 | 332 | 313 | 20 | 0 | 7 | 17 | 232 | 37 | 117 |
| Binary | 10111000 | 11011010 | 11001011 | 10000 | 0 | 111 | 1111 | 10011010 | 11111 | 1001111 |
Color Harmonies of #B8DACB
Complementary color
Monochromatic Colors of #B8DACB
Black with #B8DACB
Text Example
Text Example
White with #B8DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DACB; }
p { color: rgb(184,218,203); }
H1.HeaderClassName
{
color: #B8DACB;
}
.AnyTagClassName
{
color: #B8DACB;
}
</style>
background-color css
<style>
a { background-color: #B8DACB; }
a { background-color: rgb(184,218,203); }
div.DivClassName
{
background-color: #B8DACB;
}
.BgClassName
{
background-color: #B8DACB;
}
</style>
border-color css
<style>
span { border-color: #B8DACB; }
span { border-color: rgb(184,218,203); }
td.TdClassName
{
border-color: #B8DACB;
}
.TagClassName
{
border-color: #B8DACB;
}
</style>