Shades of Jet Stream #B8CBC7
Tints of Jet Stream #B8CBC7
RGB
CMYK
RGB Variations
Color information
#B8CBC7 (or 0xB8CBC7) is known color: Jet Stream. HEX triplet: B8, CB and C7. RGB value is (184,203,199). Sum of RGB (Red+Green+Blue) = 184+203+199=586 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.40% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 199 (78.12% from 255 or 33.96% from 586); Max value from RGB is 203 - color contains mainly: green. Hex color #B8CBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CBC7 is #473438. Grayscale: #C4C4C4. Windows color (decimal): -4666425 or 13093816. OLE color: 13093816.
HSL color Cylindrical-coordinate representation of color #B8CBC7: hue angle of 167.37º 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 #B8CBC7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.
Color convert
RGB | 184 | 203 | 199 | - |
CMYK | 0.09 | 0 | 0.02 | 0.20 |
HSL | 167.37º | 0.15% | 0.76% | - |
HSV(B) | 167.37º | 0.09% | 0.8% | - |
XYZ | 51.43 | 57.03 | 62.33 | - |
YUV | 196.86 | 129.21 | 118.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 184 | 203 | 199 | 0.09 | 0 | 0.02 | 0.20 | 167.37 | 0.15 | 0.76 |
Hex | B8 | CB | C7 | 9 | 0 | 2 | 14 | A7 | F | 4C |
Octal | 270 | 313 | 307 | 11 | 0 | 2 | 24 | 247 | 17 | 114 |
Binary | 10111000 | 11001011 | 11000111 | 1001 | 0 | 10 | 10100 | 10100111 | 1111 | 1001100 |
Color Harmonies of #B8CBC7
Complementary color
Monochromatic Colors of #B8CBC7
Black with #B8CBC7
Text Example
Text Example
White with #B8CBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8CBC7; }
p { color: rgb(184,203,199); }
H1.HeaderClassName
{
color: #B8CBC7;
}
.AnyTagClassName
{
color: #B8CBC7;
}
</style>
background-color css
<style>
a { background-color: #B8CBC7; }
a { background-color: rgb(184,203,199); }
div.DivClassName
{
background-color: #B8CBC7;
}
.BgClassName
{
background-color: #B8CBC7;
}
</style>
border-color css
<style>
span { border-color: #B8CBC7; }
span { border-color: rgb(184,203,199); }
td.TdClassName
{
border-color: #B8CBC7;
}
.TagClassName
{
border-color: #B8CBC7;
}
</style>