Shades of Jet Stream #B8CBC3
Tints of Jet Stream #B8CBC3
RGB
CMYK
RGB Variations
Color information
#B8CBC3 (or 0xB8CBC3) is known color: Jet Stream. HEX triplet: B8, CB and C3. RGB value is (184,203,195). Sum of RGB (Red+Green+Blue) = 184+203+195=582 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.62% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 195 (76.56% from 255 or 33.51% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBC3 is #47343C. Grayscale: #C4C4C4. Windows color (decimal): -4666429 or 12831672. OLE color: 12831672.
HSL color Cylindrical-coordinate representation of color #B8CBC3: hue angle of 154.74º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B8CBC3 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 184 | 203 | 195 | - |
| CMYK | 0.09 | 0 | 0.04 | 0.20 |
| HSL | 154.74º | 0.15% | 0.76% | - |
| HSV(B) | 154.74º | 0.09% | 0.8% | - |
| XYZ | 50.97 | 56.84 | 59.91 | - |
| YUV | 196.41 | 127.21 | 119.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 203 | 195 | 0.09 | 0 | 0.04 | 0.20 | 154.74 | 0.15 | 0.76 |
| Hex | B8 | CB | C3 | 9 | 0 | 4 | 14 | 9B | F | 4C |
| Octal | 270 | 313 | 303 | 11 | 0 | 4 | 24 | 233 | 17 | 114 |
| Binary | 10111000 | 11001011 | 11000011 | 1001 | 0 | 100 | 10100 | 10011011 | 1111 | 1001100 |
Color Harmonies of #B8CBC3
Complementary color
Monochromatic Colors of #B8CBC3
Black with #B8CBC3
Text Example
Text Example
White with #B8CBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBC3; }
p { color: rgb(184,203,195); }
H1.HeaderClassName
{
color: #B8CBC3;
}
.AnyTagClassName
{
color: #B8CBC3;
}
</style>
background-color css
<style>
a { background-color: #B8CBC3; }
a { background-color: rgb(184,203,195); }
div.DivClassName
{
background-color: #B8CBC3;
}
.BgClassName
{
background-color: #B8CBC3;
}
</style>
border-color css
<style>
span { border-color: #B8CBC3; }
span { border-color: rgb(184,203,195); }
td.TdClassName
{
border-color: #B8CBC3;
}
.TagClassName
{
border-color: #B8CBC3;
}
</style>