Shades of Jet Stream #B9D0CC
Tints of Jet Stream #B9D0CC
RGB
CMYK
RGB Variations
Color information
#B9D0CC (or 0xB9D0CC) is known color: Jet Stream. HEX triplet: B9, D0 and CC. RGB value is (185,208,204). Sum of RGB (Red+Green+Blue) = 185+208+204=597 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.99% from 597); Green value is 208 (81.64% from 255 or 34.84% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 208 - color contains mainly: green. Hex color #B9D0CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D0CC is #462F33. Grayscale: #C8C8C8. Windows color (decimal): -4599604 or 13422777. OLE color: 13422777.
HSL color Cylindrical-coordinate representation of color #B9D0CC: hue angle of 169.57º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B9D0CC is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 185 | 208 | 204 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.18 |
| HSL | 169.57º | 0.2% | 0.77% | - |
| HSV(B) | 169.57º | 0.11% | 0.82% | - |
| XYZ | 53.46 | 59.79 | 65.85 | - |
| YUV | 200.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 208 | 204 | 0.11 | 0 | 0.02 | 0.18 | 169.57 | 0.2 | 0.77 |
| Hex | B9 | D0 | CC | B | 0 | 2 | 12 | AA | 14 | 4D |
| Octal | 271 | 320 | 314 | 13 | 0 | 2 | 22 | 252 | 24 | 115 |
| Binary | 10111001 | 11010000 | 11001100 | 1011 | 0 | 10 | 10010 | 10101010 | 10100 | 1001101 |
Color Harmonies of #B9D0CC
Complementary color
Monochromatic Colors of #B9D0CC
Black with #B9D0CC
Text Example
Text Example
White with #B9D0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9D0CC; }
p { color: rgb(185,208,204); }
H1.HeaderClassName
{
color: #B9D0CC;
}
.AnyTagClassName
{
color: #B9D0CC;
}
</style>
background-color css
<style>
a { background-color: #B9D0CC; }
a { background-color: rgb(185,208,204); }
div.DivClassName
{
background-color: #B9D0CC;
}
.BgClassName
{
background-color: #B9D0CC;
}
</style>
border-color css
<style>
span { border-color: #B9D0CC; }
span { border-color: rgb(185,208,204); }
td.TdClassName
{
border-color: #B9D0CC;
}
.TagClassName
{
border-color: #B9D0CC;
}
</style>