Shades of Jet Stream #B4C8C3
Tints of Jet Stream #B4C8C3
RGB
CMYK
RGB Variations
Color information
#B4C8C3 (or 0xB4C8C3) is known color: Jet Stream. HEX triplet: B4, C8 and C3. RGB value is (180,200,195). Sum of RGB (Red+Green+Blue) = 180+200+195=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 195 (76.56% from 255 or 33.91% from 575); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C8C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4C8C3 is #4B373C. Grayscale: #C1C1C1. Windows color (decimal): -4929341 or 12830900. OLE color: 12830900.
HSL color Cylindrical-coordinate representation of color #B4C8C3: hue angle of 165º degrees, saturation: 0.15, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B4C8C3 is Cyan = 0.1, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 180 | 200 | 195 | - |
| CMYK | 0.1 | 0 | 0.02 | 0.22 |
| HSL | 165º | 0.15% | 0.75% | - |
| HSV(B) | 165º | 0.1% | 0.78% | - |
| XYZ | 49.33 | 54.95 | 59.64 | - |
| YUV | 193.45 | 128.87 | 118.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 200 | 195 | 0.1 | 0 | 0.02 | 0.22 | 165 | 0.15 | 0.75 |
| Hex | B4 | C8 | C3 | A | 0 | 2 | 16 | A5 | F | 4B |
| Octal | 264 | 310 | 303 | 12 | 0 | 2 | 26 | 245 | 17 | 113 |
| Binary | 10110100 | 11001000 | 11000011 | 1010 | 0 | 10 | 10110 | 10100101 | 1111 | 1001011 |
Color Harmonies of #B4C8C3
Complementary color
Monochromatic Colors of #B4C8C3
Black with #B4C8C3
Text Example
Text Example
White with #B4C8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4C8C3; }
p { color: rgb(180,200,195); }
H1.HeaderClassName
{
color: #B4C8C3;
}
.AnyTagClassName
{
color: #B4C8C3;
}
</style>
background-color css
<style>
a { background-color: #B4C8C3; }
a { background-color: rgb(180,200,195); }
div.DivClassName
{
background-color: #B4C8C3;
}
.BgClassName
{
background-color: #B4C8C3;
}
</style>
border-color css
<style>
span { border-color: #B4C8C3; }
span { border-color: rgb(180,200,195); }
td.TdClassName
{
border-color: #B4C8C3;
}
.TagClassName
{
border-color: #B4C8C3;
}
</style>