Shades of Jet Stream #B3D5C4
Tints of Jet Stream #B3D5C4
RGB
CMYK
RGB Variations
Color information
#B3D5C4 (or 0xB3D5C4) is known color: Jet Stream. HEX triplet: B3, D5 and C4. RGB value is (179,213,196). Sum of RGB (Red+Green+Blue) = 179+213+196=588 (77% of max value = 765). Red value is 179 (70.31% from 255 or 30.44% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 196 (76.95% from 255 or 33.33% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #B3D5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B3D5C4 is #4C2A3B. Grayscale: #C8C8C8. Windows color (decimal): -4991548 or 12899763. OLE color: 12899763.
HSL color Cylindrical-coordinate representation of color #B3D5C4: hue angle of 150º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B3D5C4 is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 179 | 213 | 196 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.16 |
| HSL | 150º | 0.29% | 0.77% | - |
| HSV(B) | 150º | 0.16% | 0.84% | - |
| XYZ | 52.35 | 61.16 | 61.27 | - |
| YUV | 200.9 | 125.24 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 213 | 196 | 0.16 | 0 | 0.08 | 0.16 | 150 | 0.29 | 0.77 |
| Hex | B3 | D5 | C4 | 10 | 0 | 8 | 10 | 96 | 1D | 4D |
| Octal | 263 | 325 | 304 | 20 | 0 | 10 | 20 | 226 | 35 | 115 |
| Binary | 10110011 | 11010101 | 11000100 | 10000 | 0 | 1000 | 10000 | 10010110 | 11101 | 1001101 |
Color Harmonies of #B3D5C4
Complementary color
Monochromatic Colors of #B3D5C4
Black with #B3D5C4
Text Example
Text Example
White with #B3D5C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3D5C4; }
p { color: rgb(179,213,196); }
H1.HeaderClassName
{
color: #B3D5C4;
}
.AnyTagClassName
{
color: #B3D5C4;
}
</style>
background-color css
<style>
a { background-color: #B3D5C4; }
a { background-color: rgb(179,213,196); }
div.DivClassName
{
background-color: #B3D5C4;
}
.BgClassName
{
background-color: #B3D5C4;
}
</style>
border-color css
<style>
span { border-color: #B3D5C4; }
span { border-color: rgb(179,213,196); }
td.TdClassName
{
border-color: #B3D5C4;
}
.TagClassName
{
border-color: #B3D5C4;
}
</style>