Shades of Jet Stream #B8CFCB
Tints of Jet Stream #B8CFCB
RGB
CMYK
RGB Variations
Color information
#B8CFCB (or 0xB8CFCB) is known color: Jet Stream. HEX triplet: B8, CF and CB. RGB value is (184,207,203). Sum of RGB (Red+Green+Blue) = 184+207+203=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 203 (79.69% from 255 or 34.18% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B8CFCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CFCB is #473034. Grayscale: #C7C7C7. Windows color (decimal): -4665397 or 13356984. OLE color: 13356984.
HSL color Cylindrical-coordinate representation of color #B8CFCB: hue angle of 169.57º degrees, saturation: 0.19, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B8CFCB is Cyan = 0.11, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 184 | 207 | 203 | - |
| CMYK | 0.11 | 0 | 0.02 | 0.19 |
| HSL | 169.57º | 0.19% | 0.77% | - |
| HSV(B) | 169.57º | 0.11% | 0.81% | - |
| XYZ | 52.86 | 59.13 | 65.13 | - |
| YUV | 199.67 | 129.88 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 207 | 203 | 0.11 | 0 | 0.02 | 0.19 | 169.57 | 0.19 | 0.77 |
| Hex | B8 | CF | CB | B | 0 | 2 | 13 | AA | 13 | 4D |
| Octal | 270 | 317 | 313 | 13 | 0 | 2 | 23 | 252 | 23 | 115 |
| Binary | 10111000 | 11001111 | 11001011 | 1011 | 0 | 10 | 10011 | 10101010 | 10011 | 1001101 |
Color Harmonies of #B8CFCB
Complementary color
Monochromatic Colors of #B8CFCB
Black with #B8CFCB
Text Example
Text Example
White with #B8CFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CFCB; }
p { color: rgb(184,207,203); }
H1.HeaderClassName
{
color: #B8CFCB;
}
.AnyTagClassName
{
color: #B8CFCB;
}
</style>
background-color css
<style>
a { background-color: #B8CFCB; }
a { background-color: rgb(184,207,203); }
div.DivClassName
{
background-color: #B8CFCB;
}
.BgClassName
{
background-color: #B8CFCB;
}
</style>
border-color css
<style>
span { border-color: #B8CFCB; }
span { border-color: rgb(184,207,203); }
td.TdClassName
{
border-color: #B8CFCB;
}
.TagClassName
{
border-color: #B8CFCB;
}
</style>