Shades of Jet Stream #B2CDC2
Tints of Jet Stream #B2CDC2
RGB
CMYK
RGB Variations
Color information
#B2CDC2 (or 0xB2CDC2) is known color: Jet Stream. HEX triplet: B2, CD and C2. RGB value is (178,205,194). Sum of RGB (Red+Green+Blue) = 178+205+194=577 (76% of max value = 765). Red value is 178 (69.92% from 255 or 30.85% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 194 (76.17% from 255 or 33.62% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDC2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDC2 is #4D323D. Grayscale: #C3C3C3. Windows color (decimal): -5059134 or 12766642. OLE color: 12766642.
HSL color Cylindrical-coordinate representation of color #B2CDC2: hue angle of 155.56º 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 #B2CDC2 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
RGB | 178 | 205 | 194 | - |
CMYK | 0.13 | 0 | 0.05 | 0.20 |
HSL | 155.56º | 0.21% | 0.75% | - |
HSV(B) | 155.56º | 0.13% | 0.8% | - |
XYZ | 49.93 | 57.02 | 59.41 | - |
YUV | 195.67 | 127.05 | 115.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 205 | 194 | 0.13 | 0 | 0.05 | 0.20 | 155.56 | 0.21 | 0.75 |
Hex | B2 | CD | C2 | D | 0 | 5 | 14 | 9C | 15 | 4B |
Octal | 262 | 315 | 302 | 15 | 0 | 5 | 24 | 234 | 25 | 113 |
Binary | 10110010 | 11001101 | 11000010 | 1101 | 0 | 101 | 10100 | 10011100 | 10101 | 1001011 |
Color Harmonies of #B2CDC2
Complementary color
Monochromatic Colors of #B2CDC2
Black with #B2CDC2
Text Example
Text Example
White with #B2CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CDC2; }
p { color: rgb(178,205,194); }
H1.HeaderClassName
{
color: #B2CDC2;
}
.AnyTagClassName
{
color: #B2CDC2;
}
</style>
background-color css
<style>
a { background-color: #B2CDC2; }
a { background-color: rgb(178,205,194); }
div.DivClassName
{
background-color: #B2CDC2;
}
.BgClassName
{
background-color: #B2CDC2;
}
</style>
border-color css
<style>
span { border-color: #B2CDC2; }
span { border-color: rgb(178,205,194); }
td.TdClassName
{
border-color: #B2CDC2;
}
.TagClassName
{
border-color: #B2CDC2;
}
</style>