Shades of Jet Stream #B4DACB
Tints of Jet Stream #B4DACB
RGB
CMYK
RGB Variations
Color information
#B4DACB (or 0xB4DACB) is known color: Jet Stream. HEX triplet: B4, DA and CB. RGB value is (180,218,203). Sum of RGB (Red+Green+Blue) = 180+218+203=601 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.95% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DACB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DACB is #4B2534. Grayscale: #CCCCCC. Windows color (decimal): -4924725 or 13359796. OLE color: 13359796.
HSL color Cylindrical-coordinate representation of color #B4DACB: hue angle of 156.32º degrees, saturation: 0.34, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4DACB is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 218 | 203 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.15 |
| HSL | 156.32º | 0.34% | 0.78% | - |
| HSV(B) | 156.32º | 0.17% | 0.85% | - |
| XYZ | 54.67 | 64.16 | 66 | - |
| YUV | 204.93 | 126.91 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 218 | 203 | 0.17 | 0 | 0.07 | 0.15 | 156.32 | 0.34 | 0.78 |
| Hex | B4 | DA | CB | 11 | 0 | 7 | F | 9C | 22 | 4E |
| Octal | 264 | 332 | 313 | 21 | 0 | 7 | 17 | 234 | 42 | 116 |
| Binary | 10110100 | 11011010 | 11001011 | 10001 | 0 | 111 | 1111 | 10011100 | 100010 | 1001110 |
Color Harmonies of #B4DACB
Complementary color
Monochromatic Colors of #B4DACB
Black with #B4DACB
Text Example
Text Example
White with #B4DACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DACB; }
p { color: rgb(180,218,203); }
H1.HeaderClassName
{
color: #B4DACB;
}
.AnyTagClassName
{
color: #B4DACB;
}
</style>
background-color css
<style>
a { background-color: #B4DACB; }
a { background-color: rgb(180,218,203); }
div.DivClassName
{
background-color: #B4DACB;
}
.BgClassName
{
background-color: #B4DACB;
}
</style>
border-color css
<style>
span { border-color: #B4DACB; }
span { border-color: rgb(180,218,203); }
td.TdClassName
{
border-color: #B4DACB;
}
.TagClassName
{
border-color: #B4DACB;
}
</style>