Shades of Jet Stream #B1D0C3
Tints of Jet Stream #B1D0C3
RGB
CMYK
RGB Variations
Color information
#B1D0C3 (or 0xB1D0C3) is known color: Jet Stream. HEX triplet: B1, D0 and C3. RGB value is (177,208,195). Sum of RGB (Red+Green+Blue) = 177+208+195=580 (76% of max value = 765). Red value is 177 (69.53% from 255 or 30.52% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 195 (76.56% from 255 or 33.62% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #B1D0C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1D0C3 is #4E2F3C. Grayscale: #C5C5C5. Windows color (decimal): -5123901 or 12832945. OLE color: 12832945.
HSL color Cylindrical-coordinate representation of color #B1D0C3: hue angle of 154.84º degrees, saturation: 0.25, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B1D0C3 is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 177 | 208 | 195 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.18 |
| HSL | 154.84º | 0.25% | 0.75% | - |
| HSV(B) | 154.84º | 0.15% | 0.82% | - |
| XYZ | 50.54 | 58.4 | 60.24 | - |
| YUV | 197.25 | 126.73 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 208 | 195 | 0.15 | 0 | 0.06 | 0.18 | 154.84 | 0.25 | 0.75 |
| Hex | B1 | D0 | C3 | F | 0 | 6 | 12 | 9B | 19 | 4B |
| Octal | 261 | 320 | 303 | 17 | 0 | 6 | 22 | 233 | 31 | 113 |
| Binary | 10110001 | 11010000 | 11000011 | 1111 | 0 | 110 | 10010 | 10011011 | 11001 | 1001011 |
Color Harmonies of #B1D0C3
Complementary color
Monochromatic Colors of #B1D0C3
Black with #B1D0C3
Text Example
Text Example
White with #B1D0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1D0C3; }
p { color: rgb(177,208,195); }
H1.HeaderClassName
{
color: #B1D0C3;
}
.AnyTagClassName
{
color: #B1D0C3;
}
</style>
background-color css
<style>
a { background-color: #B1D0C3; }
a { background-color: rgb(177,208,195); }
div.DivClassName
{
background-color: #B1D0C3;
}
.BgClassName
{
background-color: #B1D0C3;
}
</style>
border-color css
<style>
span { border-color: #B1D0C3; }
span { border-color: rgb(177,208,195); }
td.TdClassName
{
border-color: #B1D0C3;
}
.TagClassName
{
border-color: #B1D0C3;
}
</style>