Shades of Jet Stream #B5CFC4
Tints of Jet Stream #B5CFC4
RGB
CMYK
RGB Variations
Color information
#B5CFC4 (or 0xB5CFC4) is known color: Jet Stream. HEX triplet: B5, CF and C4. RGB value is (181,207,196). Sum of RGB (Red+Green+Blue) = 181+207+196=584 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.99% from 584); Green value is 207 (81.25% from 255 or 35.45% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFC4 is #4A303B. Grayscale: #C5C5C5. Windows color (decimal): -4862012 or 12898229. OLE color: 12898229.
HSL color Cylindrical-coordinate representation of color #B5CFC4: hue angle of 154.62º degrees, saturation: 0.21, 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 #B5CFC4 is Cyan = 0.13, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 196 | - |
| CMYK | 0.13 | 0 | 0.05 | 0.19 |
| HSL | 154.62º | 0.21% | 0.76% | - |
| HSV(B) | 154.62º | 0.13% | 0.81% | - |
| XYZ | 51.33 | 58.43 | 60.8 | - |
| YUV | 197.97 | 126.89 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 196 | 0.13 | 0 | 0.05 | 0.19 | 154.62 | 0.21 | 0.76 |
| Hex | B5 | CF | C4 | D | 0 | 5 | 13 | 9B | 15 | 4C |
| Octal | 265 | 317 | 304 | 15 | 0 | 5 | 23 | 233 | 25 | 114 |
| Binary | 10110101 | 11001111 | 11000100 | 1101 | 0 | 101 | 10011 | 10011011 | 10101 | 1001100 |
Color Harmonies of #B5CFC4
Complementary color
Monochromatic Colors of #B5CFC4
Black with #B5CFC4
Text Example
Text Example
White with #B5CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFC4; }
p { color: rgb(181,207,196); }
H1.HeaderClassName
{
color: #B5CFC4;
}
.AnyTagClassName
{
color: #B5CFC4;
}
</style>
background-color css
<style>
a { background-color: #B5CFC4; }
a { background-color: rgb(181,207,196); }
div.DivClassName
{
background-color: #B5CFC4;
}
.BgClassName
{
background-color: #B5CFC4;
}
</style>
border-color css
<style>
span { border-color: #B5CFC4; }
span { border-color: rgb(181,207,196); }
td.TdClassName
{
border-color: #B5CFC4;
}
.TagClassName
{
border-color: #B5CFC4;
}
</style>