Shades of Jet Stream #B1DDC7
Tints of Jet Stream #B1DDC7
RGB
CMYK
RGB Variations
Color information
#B1DDC7 (or 0xB1DDC7) is known color: Jet Stream. HEX triplet: B1, DD and C7. RGB value is (177,221,199). Sum of RGB (Red+Green+Blue) = 177+221+199=597 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.65% from 597); Green value is 221 (86.72% from 255 or 37.02% from 597); Blue value is 199 (78.12% from 255 or 33.33% from 597); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDC7 is #4E2238. Grayscale: #CDCDCD. Windows color (decimal): -5120569 or 13098417. OLE color: 13098417.
HSL color Cylindrical-coordinate representation of color #B1DDC7: hue angle of 150º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDC7 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 199 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.13 |
| HSL | 150º | 0.39% | 0.78% | - |
| HSV(B) | 150º | 0.2% | 0.87% | - |
| XYZ | 54.3 | 65.18 | 63.75 | - |
| YUV | 205.34 | 124.42 | 107.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 199 | 0.20 | 0 | 0.10 | 0.13 | 150 | 0.39 | 0.78 |
| Hex | B1 | DD | C7 | 14 | 0 | A | D | 96 | 27 | 4E |
| Octal | 261 | 335 | 307 | 24 | 0 | 12 | 15 | 226 | 47 | 116 |
| Binary | 10110001 | 11011101 | 11000111 | 10100 | 0 | 1010 | 1101 | 10010110 | 100111 | 1001110 |
Color Harmonies of #B1DDC7
Complementary color
Monochromatic Colors of #B1DDC7
Black with #B1DDC7
Text Example
Text Example
White with #B1DDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDC7; }
p { color: rgb(177,221,199); }
H1.HeaderClassName
{
color: #B1DDC7;
}
.AnyTagClassName
{
color: #B1DDC7;
}
</style>
background-color css
<style>
a { background-color: #B1DDC7; }
a { background-color: rgb(177,221,199); }
div.DivClassName
{
background-color: #B1DDC7;
}
.BgClassName
{
background-color: #B1DDC7;
}
</style>
border-color css
<style>
span { border-color: #B1DDC7; }
span { border-color: rgb(177,221,199); }
td.TdClassName
{
border-color: #B1DDC7;
}
.TagClassName
{
border-color: #B1DDC7;
}
</style>