Shades of Jet Stream #B7CBC4
Tints of Jet Stream #B7CBC4
RGB
CMYK
RGB Variations
Color information
#B7CBC4 (or 0xB7CBC4) is known color: Jet Stream. HEX triplet: B7, CB and C4. RGB value is (183,203,196). Sum of RGB (Red+Green+Blue) = 183+203+196=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 203 (79.69% from 255 or 34.88% from 582); Blue value is 196 (76.95% from 255 or 33.68% from 582); Max value from RGB is 203 - color contains mainly: green. Hex color #B7CBC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7CBC4 is #48343B. Grayscale: #C4C4C4. Windows color (decimal): -4731964 or 12897207. OLE color: 12897207.
HSL color Cylindrical-coordinate representation of color #B7CBC4: hue angle of 159º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B7CBC4 is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
RGB | 183 | 203 | 196 | - |
CMYK | 0.10 | 0 | 0.03 | 0.20 |
HSL | 159º | 0.16% | 0.76% | - |
HSV(B) | 159º | 0.1% | 0.8% | - |
XYZ | 50.85 | 56.76 | 60.5 | - |
YUV | 196.22 | 127.87 | 118.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 203 | 196 | 0.10 | 0 | 0.03 | 0.20 | 159 | 0.16 | 0.76 |
Hex | B7 | CB | C4 | A | 0 | 3 | 14 | 9F | 10 | 4C |
Octal | 267 | 313 | 304 | 12 | 0 | 3 | 24 | 237 | 20 | 114 |
Binary | 10110111 | 11001011 | 11000100 | 1010 | 0 | 11 | 10100 | 10011111 | 10000 | 1001100 |
Color Harmonies of #B7CBC4
Complementary color
Monochromatic Colors of #B7CBC4
Black with #B7CBC4
Text Example
Text Example
White with #B7CBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7CBC4; }
p { color: rgb(183,203,196); }
H1.HeaderClassName
{
color: #B7CBC4;
}
.AnyTagClassName
{
color: #B7CBC4;
}
</style>
background-color css
<style>
a { background-color: #B7CBC4; }
a { background-color: rgb(183,203,196); }
div.DivClassName
{
background-color: #B7CBC4;
}
.BgClassName
{
background-color: #B7CBC4;
}
</style>
border-color css
<style>
span { border-color: #B7CBC4; }
span { border-color: rgb(183,203,196); }
td.TdClassName
{
border-color: #B7CBC4;
}
.TagClassName
{
border-color: #B7CBC4;
}
</style>