Shades of Jet Stream #B2CDC3
Tints of Jet Stream #B2CDC3
RGB
CMYK
RGB Variations
Color information
#B2CDC3 (or 0xB2CDC3) is known color: Jet Stream. HEX triplet: B2, CD and C3. RGB value is (178,205,195). Sum of RGB (Red+Green+Blue) = 178+205+195=578 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.80% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 195 (76.56% from 255 or 33.74% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDC3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDC3 is #4D323C. Grayscale: #C3C3C3. Windows color (decimal): -5059133 or 12832178. OLE color: 12832178.
HSL color Cylindrical-coordinate representation of color #B2CDC3: hue angle of 157.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CDC3 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 178 | 205 | 195 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.20 |
| HSL | 157.78º | 0.21% | 0.75% | - |
| HSV(B) | 157.78º | 0.13% | 0.8% | - |
| XYZ | 50.04 | 57.07 | 60.01 | - |
| YUV | 195.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 205 | 195 | 0.13 | 0 | 0.05 | 0.20 | 157.78 | 0.21 | 0.75 |
| Hex | B2 | CD | C3 | D | 0 | 5 | 14 | 9E | 15 | 4B |
| Octal | 262 | 315 | 303 | 15 | 0 | 5 | 24 | 236 | 25 | 113 |
| Binary | 10110010 | 11001101 | 11000011 | 1101 | 0 | 101 | 10100 | 10011110 | 10101 | 1001011 |
Color Harmonies of #B2CDC3
Complementary color
Monochromatic Colors of #B2CDC3
Black with #B2CDC3
Text Example
Text Example
White with #B2CDC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDC3; }
p { color: rgb(178,205,195); }
H1.HeaderClassName
{
color: #B2CDC3;
}
.AnyTagClassName
{
color: #B2CDC3;
}
</style>
background-color css
<style>
a { background-color: #B2CDC3; }
a { background-color: rgb(178,205,195); }
div.DivClassName
{
background-color: #B2CDC3;
}
.BgClassName
{
background-color: #B2CDC3;
}
</style>
border-color css
<style>
span { border-color: #B2CDC3; }
span { border-color: rgb(178,205,195); }
td.TdClassName
{
border-color: #B2CDC3;
}
.TagClassName
{
border-color: #B2CDC3;
}
</style>