Shades of Jet Stream #B4CFC5
Tints of Jet Stream #B4CFC5
RGB
CMYK
RGB Variations
Color information
#B4CFC5 (or 0xB4CFC5) is known color: Jet Stream. HEX triplet: B4, CF and C5. RGB value is (180,207,197). Sum of RGB (Red+Green+Blue) = 180+207+197=584 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.82% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 197 (77.34% from 255 or 33.73% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #B4CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CFC5 is #4B303A. Grayscale: #C5C5C5. Windows color (decimal): -4927547 or 12963764. OLE color: 12963764.
HSL color Cylindrical-coordinate representation of color #B4CFC5: hue angle of 157.78º degrees, saturation: 0.22, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CFC5 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 180 | 207 | 197 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.19 |
| HSL | 157.78º | 0.22% | 0.76% | - |
| HSV(B) | 157.78º | 0.13% | 0.81% | - |
| XYZ | 51.21 | 58.36 | 61.39 | - |
| YUV | 197.79 | 127.55 | 115.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 207 | 197 | 0.13 | 0 | 0.05 | 0.19 | 157.78 | 0.22 | 0.76 |
| Hex | B4 | CF | C5 | D | 0 | 5 | 13 | 9E | 16 | 4C |
| Octal | 264 | 317 | 305 | 15 | 0 | 5 | 23 | 236 | 26 | 114 |
| Binary | 10110100 | 11001111 | 11000101 | 1101 | 0 | 101 | 10011 | 10011110 | 10110 | 1001100 |
Color Harmonies of #B4CFC5
Complementary color
Monochromatic Colors of #B4CFC5
Black with #B4CFC5
Text Example
Text Example
White with #B4CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CFC5; }
p { color: rgb(180,207,197); }
H1.HeaderClassName
{
color: #B4CFC5;
}
.AnyTagClassName
{
color: #B4CFC5;
}
</style>
background-color css
<style>
a { background-color: #B4CFC5; }
a { background-color: rgb(180,207,197); }
div.DivClassName
{
background-color: #B4CFC5;
}
.BgClassName
{
background-color: #B4CFC5;
}
</style>
border-color css
<style>
span { border-color: #B4CFC5; }
span { border-color: rgb(180,207,197); }
td.TdClassName
{
border-color: #B4CFC5;
}
.TagClassName
{
border-color: #B4CFC5;
}
</style>