Shades of Jet Stream #B1DDC8
Tints of Jet Stream #B1DDC8
RGB
CMYK
RGB Variations
Color information
#B1DDC8 (or 0xB1DDC8) is known color: Jet Stream. HEX triplet: B1, DD and C8. RGB value is (177,221,200). Sum of RGB (Red+Green+Blue) = 177+221+200=598 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.60% from 598); Green value is 221 (86.72% from 255 or 36.96% from 598); Blue value is 200 (78.52% from 255 or 33.44% from 598); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDC8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDC8 is #4E2237. Grayscale: #CDCDCD. Windows color (decimal): -5120568 or 13163953. OLE color: 13163953.
HSL color Cylindrical-coordinate representation of color #B1DDC8: hue angle of 151.36º 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 #B1DDC8 is Cyan = 0.20, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 177 | 221 | 200 | - |
| CMYK | 0.20 | 0 | 0.10 | 0.13 |
| HSL | 151.36º | 0.39% | 0.78% | - |
| HSV(B) | 151.36º | 0.2% | 0.87% | - |
| XYZ | 54.41 | 65.23 | 64.37 | - |
| YUV | 205.45 | 124.92 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 221 | 200 | 0.20 | 0 | 0.10 | 0.13 | 151.36 | 0.39 | 0.78 |
| Hex | B1 | DD | C8 | 14 | 0 | A | D | 97 | 27 | 4E |
| Octal | 261 | 335 | 310 | 24 | 0 | 12 | 15 | 227 | 47 | 116 |
| Binary | 10110001 | 11011101 | 11001000 | 10100 | 0 | 1010 | 1101 | 10010111 | 100111 | 1001110 |
Color Harmonies of #B1DDC8
Complementary color
Monochromatic Colors of #B1DDC8
Black with #B1DDC8
Text Example
Text Example
White with #B1DDC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1DDC8; }
p { color: rgb(177,221,200); }
H1.HeaderClassName
{
color: #B1DDC8;
}
.AnyTagClassName
{
color: #B1DDC8;
}
</style>
background-color css
<style>
a { background-color: #B1DDC8; }
a { background-color: rgb(177,221,200); }
div.DivClassName
{
background-color: #B1DDC8;
}
.BgClassName
{
background-color: #B1DDC8;
}
</style>
border-color css
<style>
span { border-color: #B1DDC8; }
span { border-color: rgb(177,221,200); }
td.TdClassName
{
border-color: #B1DDC8;
}
.TagClassName
{
border-color: #B1DDC8;
}
</style>