Shades of Jet Stream #B7D2CC
Tints of Jet Stream #B7D2CC
RGB
CMYK
RGB Variations
Color information
#B7D2CC (or 0xB7D2CC) is known color: Jet Stream. HEX triplet: B7, D2 and CC. RGB value is (183,210,204). Sum of RGB (Red+Green+Blue) = 183+210+204=597 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.65% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 210 - color contains mainly: green. Hex color #B7D2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D2CC is #482D33. Grayscale: #C9C9C9. Windows color (decimal): -4730164 or 13423287. OLE color: 13423287.
HSL color Cylindrical-coordinate representation of color #B7D2CC: hue angle of 166.67º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B7D2CC is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 183 | 210 | 204 | - |
| CMYK | 0.13 | 0 | 0.03 | 0.18 |
| HSL | 166.67º | 0.23% | 0.77% | - |
| HSV(B) | 166.67º | 0.13% | 0.82% | - |
| XYZ | 53.47 | 60.52 | 65.99 | - |
| YUV | 201.24 | 129.55 | 114.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 210 | 204 | 0.13 | 0 | 0.03 | 0.18 | 166.67 | 0.23 | 0.77 |
| Hex | B7 | D2 | CC | D | 0 | 3 | 12 | A7 | 17 | 4D |
| Octal | 267 | 322 | 314 | 15 | 0 | 3 | 22 | 247 | 27 | 115 |
| Binary | 10110111 | 11010010 | 11001100 | 1101 | 0 | 11 | 10010 | 10100111 | 10111 | 1001101 |
Color Harmonies of #B7D2CC
Complementary color
Monochromatic Colors of #B7D2CC
Black with #B7D2CC
Text Example
Text Example
White with #B7D2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D2CC; }
p { color: rgb(183,210,204); }
H1.HeaderClassName
{
color: #B7D2CC;
}
.AnyTagClassName
{
color: #B7D2CC;
}
</style>
background-color css
<style>
a { background-color: #B7D2CC; }
a { background-color: rgb(183,210,204); }
div.DivClassName
{
background-color: #B7D2CC;
}
.BgClassName
{
background-color: #B7D2CC;
}
</style>
border-color css
<style>
span { border-color: #B7D2CC; }
span { border-color: rgb(183,210,204); }
td.TdClassName
{
border-color: #B7D2CC;
}
.TagClassName
{
border-color: #B7D2CC;
}
</style>