Shades of Jet Stream #B5CFC3
Tints of Jet Stream #B5CFC3
RGB
CMYK
RGB Variations
Color information
#B5CFC3 (or 0xB5CFC3) is known color: Jet Stream. HEX triplet: B5, CF and C3. RGB value is (181,207,195). Sum of RGB (Red+Green+Blue) = 181+207+195=583 (77% of max value = 765). Red value is 181 (71.09% from 255 or 31.05% from 583); Green value is 207 (81.25% from 255 or 35.51% from 583); Blue value is 195 (76.56% from 255 or 33.45% from 583); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFC3 is #4A303C. Grayscale: #C5C5C5. Windows color (decimal): -4862013 or 12832693. OLE color: 12832693.
HSL color Cylindrical-coordinate representation of color #B5CFC3: hue angle of 152.31º 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 #B5CFC3 is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 181 | 207 | 195 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.19 |
| HSL | 152.31º | 0.21% | 0.76% | - |
| HSV(B) | 152.31º | 0.13% | 0.81% | - |
| XYZ | 51.22 | 58.39 | 60.2 | - |
| YUV | 197.86 | 126.39 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 207 | 195 | 0.13 | 0 | 0.06 | 0.19 | 152.31 | 0.21 | 0.76 |
| Hex | B5 | CF | C3 | D | 0 | 6 | 13 | 98 | 15 | 4C |
| Octal | 265 | 317 | 303 | 15 | 0 | 6 | 23 | 230 | 25 | 114 |
| Binary | 10110101 | 11001111 | 11000011 | 1101 | 0 | 110 | 10011 | 10011000 | 10101 | 1001100 |
Color Harmonies of #B5CFC3
Complementary color
Monochromatic Colors of #B5CFC3
Black with #B5CFC3
Text Example
Text Example
White with #B5CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CFC3; }
p { color: rgb(181,207,195); }
H1.HeaderClassName
{
color: #B5CFC3;
}
.AnyTagClassName
{
color: #B5CFC3;
}
</style>
background-color css
<style>
a { background-color: #B5CFC3; }
a { background-color: rgb(181,207,195); }
div.DivClassName
{
background-color: #B5CFC3;
}
.BgClassName
{
background-color: #B5CFC3;
}
</style>
border-color css
<style>
span { border-color: #B5CFC3; }
span { border-color: rgb(181,207,195); }
td.TdClassName
{
border-color: #B5CFC3;
}
.TagClassName
{
border-color: #B5CFC3;
}
</style>