Shades of Jet Stream #B7CFCB
Tints of Jet Stream #B7CFCB
RGB
CMYK
RGB Variations
Color information
#B7CFCB (or 0xB7CFCB) is known color: Jet Stream. HEX triplet: B7, CF and CB. RGB value is (183,207,203). Sum of RGB (Red+Green+Blue) = 183+207+203=593 (78% of max value = 765). Red value is 183 (71.88% from 255 or 30.86% from 593); Green value is 207 (81.25% from 255 or 34.91% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 207 - color contains mainly: green. Hex color #B7CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CFCB is #483034. Grayscale: #C7C7C7. Windows color (decimal): -4730933 or 13356983. OLE color: 13356983.
HSL color Cylindrical-coordinate representation of color #B7CFCB: hue angle of 170º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B7CFCB is Cyan = 0.12, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 183 | 207 | 203 | - |
| CMYK | 0.12 | 0 | 0.02 | 0.19 |
| HSL | 170º | 0.2% | 0.76% | - |
| HSV(B) | 170º | 0.12% | 0.81% | - |
| XYZ | 52.62 | 59 | 65.12 | - |
| YUV | 199.37 | 130.05 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 207 | 203 | 0.12 | 0 | 0.02 | 0.19 | 170 | 0.2 | 0.76 |
| Hex | B7 | CF | CB | C | 0 | 2 | 13 | AA | 14 | 4C |
| Octal | 267 | 317 | 313 | 14 | 0 | 2 | 23 | 252 | 24 | 114 |
| Binary | 10110111 | 11001111 | 11001011 | 1100 | 0 | 10 | 10011 | 10101010 | 10100 | 1001100 |
Color Harmonies of #B7CFCB
Complementary color
Monochromatic Colors of #B7CFCB
Black with #B7CFCB
Text Example
Text Example
White with #B7CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CFCB; }
p { color: rgb(183,207,203); }
H1.HeaderClassName
{
color: #B7CFCB;
}
.AnyTagClassName
{
color: #B7CFCB;
}
</style>
background-color css
<style>
a { background-color: #B7CFCB; }
a { background-color: rgb(183,207,203); }
div.DivClassName
{
background-color: #B7CFCB;
}
.BgClassName
{
background-color: #B7CFCB;
}
</style>
border-color css
<style>
span { border-color: #B7CFCB; }
span { border-color: rgb(183,207,203); }
td.TdClassName
{
border-color: #B7CFCB;
}
.TagClassName
{
border-color: #B7CFCB;
}
</style>