Shades of Jet Stream #B2DCCA
Tints of Jet Stream #B2DCCA
RGB
CMYK
RGB Variations
Color information
#B2DCCA (or 0xB2DCCA) is known color: Jet Stream. HEX triplet: B2, DC and CA. RGB value is (178,220,202). Sum of RGB (Red+Green+Blue) = 178+220+202=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 220 (86.33% from 255 or 36.67% from 600); Blue value is 202 (79.30% from 255 or 33.67% from 600); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCA is #4D2335. Grayscale: #CDCDCD. Windows color (decimal): -5055286 or 13294770. OLE color: 13294770.
HSL color Cylindrical-coordinate representation of color #B2DCCA: hue angle of 154.29º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DCCA is Cyan = 0.19, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 220 | 202 | - |
| CMYK | 0.19 | 0 | 0.08 | 0.14 |
| HSL | 154.29º | 0.38% | 0.78% | - |
| HSV(B) | 154.29º | 0.19% | 0.86% | - |
| XYZ | 54.61 | 64.92 | 65.53 | - |
| YUV | 205.39 | 126.09 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 220 | 202 | 0.19 | 0 | 0.08 | 0.14 | 154.29 | 0.38 | 0.78 |
| Hex | B2 | DC | CA | 13 | 0 | 8 | E | 9A | 26 | 4E |
| Octal | 262 | 334 | 312 | 23 | 0 | 10 | 16 | 232 | 46 | 116 |
| Binary | 10110010 | 11011100 | 11001010 | 10011 | 0 | 1000 | 1110 | 10011010 | 100110 | 1001110 |
Color Harmonies of #B2DCCA
Complementary color
Monochromatic Colors of #B2DCCA
Black with #B2DCCA
Text Example
Text Example
White with #B2DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DCCA; }
p { color: rgb(178,220,202); }
H1.HeaderClassName
{
color: #B2DCCA;
}
.AnyTagClassName
{
color: #B2DCCA;
}
</style>
background-color css
<style>
a { background-color: #B2DCCA; }
a { background-color: rgb(178,220,202); }
div.DivClassName
{
background-color: #B2DCCA;
}
.BgClassName
{
background-color: #B2DCCA;
}
</style>
border-color css
<style>
span { border-color: #B2DCCA; }
span { border-color: rgb(178,220,202); }
td.TdClassName
{
border-color: #B2DCCA;
}
.TagClassName
{
border-color: #B2DCCA;
}
</style>