Shades of Jet Stream #B8DACA
Tints of Jet Stream #B8DACA
RGB
CMYK
RGB Variations
Color information
#B8DACA (or 0xB8DACA) is known color: Jet Stream. HEX triplet: B8, DA and CA. RGB value is (184,218,202). Sum of RGB (Red+Green+Blue) = 184+218+202=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 218 (85.55% from 255 or 36.09% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 218 - color contains mainly: green. Hex color #B8DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8DACA is #472535. Grayscale: #CECECE. Windows color (decimal): -4662582 or 13294264. OLE color: 13294264.
HSL color Cylindrical-coordinate representation of color #B8DACA: hue angle of 151.76º 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 #B8DACA is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 184 | 218 | 202 | - |
| CMYK | 0.16 | 0 | 0.07 | 0.15 |
| HSL | 151.76º | 0.31% | 0.79% | - |
| HSV(B) | 151.76º | 0.16% | 0.85% | - |
| XYZ | 55.5 | 64.6 | 65.42 | - |
| YUV | 206.01 | 125.74 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 218 | 202 | 0.16 | 0 | 0.07 | 0.15 | 151.76 | 0.31 | 0.79 |
| Hex | B8 | DA | CA | 10 | 0 | 7 | F | 98 | 1F | 4F |
| Octal | 270 | 332 | 312 | 20 | 0 | 7 | 17 | 230 | 37 | 117 |
| Binary | 10111000 | 11011010 | 11001010 | 10000 | 0 | 111 | 1111 | 10011000 | 11111 | 1001111 |
Color Harmonies of #B8DACA
Complementary color
Monochromatic Colors of #B8DACA
Black with #B8DACA
Text Example
Text Example
White with #B8DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8DACA; }
p { color: rgb(184,218,202); }
H1.HeaderClassName
{
color: #B8DACA;
}
.AnyTagClassName
{
color: #B8DACA;
}
</style>
background-color css
<style>
a { background-color: #B8DACA; }
a { background-color: rgb(184,218,202); }
div.DivClassName
{
background-color: #B8DACA;
}
.BgClassName
{
background-color: #B8DACA;
}
</style>
border-color css
<style>
span { border-color: #B8DACA; }
span { border-color: rgb(184,218,202); }
td.TdClassName
{
border-color: #B8DACA;
}
.TagClassName
{
border-color: #B8DACA;
}
</style>