Shades of Jet Stream #B4DACA
Tints of Jet Stream #B4DACA
RGB
CMYK
RGB Variations
Color information
#B4DACA (or 0xB4DACA) is known color: Jet Stream. HEX triplet: B4, DA and CA. RGB value is (180,218,202). Sum of RGB (Red+Green+Blue) = 180+218+202=600 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #B4DACA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DACA is #4B2535. Grayscale: #CCCCCC. Windows color (decimal): -4924726 or 13294260. OLE color: 13294260.
HSL color Cylindrical-coordinate representation of color #B4DACA: hue angle of 154.74º 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 #B4DACA is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 180 | 218 | 202 | - |
| CMYK | 0.17 | 0 | 0.07 | 0.15 |
| HSL | 154.74º | 0.34% | 0.78% | - |
| HSV(B) | 154.74º | 0.17% | 0.85% | - |
| XYZ | 54.55 | 64.11 | 65.38 | - |
| YUV | 204.81 | 126.41 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 218 | 202 | 0.17 | 0 | 0.07 | 0.15 | 154.74 | 0.34 | 0.78 |
| Hex | B4 | DA | CA | 11 | 0 | 7 | F | 9B | 22 | 4E |
| Octal | 264 | 332 | 312 | 21 | 0 | 7 | 17 | 233 | 42 | 116 |
| Binary | 10110100 | 11011010 | 11001010 | 10001 | 0 | 111 | 1111 | 10011011 | 100010 | 1001110 |
Color Harmonies of #B4DACA
Complementary color
Monochromatic Colors of #B4DACA
Black with #B4DACA
Text Example
Text Example
White with #B4DACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DACA; }
p { color: rgb(180,218,202); }
H1.HeaderClassName
{
color: #B4DACA;
}
.AnyTagClassName
{
color: #B4DACA;
}
</style>
background-color css
<style>
a { background-color: #B4DACA; }
a { background-color: rgb(180,218,202); }
div.DivClassName
{
background-color: #B4DACA;
}
.BgClassName
{
background-color: #B4DACA;
}
</style>
border-color css
<style>
span { border-color: #B4DACA; }
span { border-color: rgb(180,218,202); }
td.TdClassName
{
border-color: #B4DACA;
}
.TagClassName
{
border-color: #B4DACA;
}
</style>