Shades of Jet Stream #B4D2C5
Tints of Jet Stream #B4D2C5
RGB
CMYK
RGB Variations
Color information
#B4D2C5 (or 0xB4D2C5) is known color: Jet Stream. HEX triplet: B4, D2 and C5. RGB value is (180,210,197). Sum of RGB (Red+Green+Blue) = 180+210+197=587 (77% of max value = 765). Red value is 180 (70.70% from 255 or 30.66% from 587); Green value is 210 (82.42% from 255 or 35.78% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2C5 is #4B2D3A. Grayscale: #C7C7C7. Windows color (decimal): -4926779 or 12964532. OLE color: 12964532.
HSL color Cylindrical-coordinate representation of color #B4D2C5: hue angle of 154º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B4D2C5 is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 197 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.18 |
| HSL | 154º | 0.25% | 0.76% | - |
| HSV(B) | 154º | 0.14% | 0.82% | - |
| XYZ | 51.95 | 59.83 | 61.63 | - |
| YUV | 199.55 | 126.56 | 114.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 197 | 0.14 | 0 | 0.06 | 0.18 | 154 | 0.25 | 0.76 |
| Hex | B4 | D2 | C5 | E | 0 | 6 | 12 | 9A | 19 | 4C |
| Octal | 264 | 322 | 305 | 16 | 0 | 6 | 22 | 232 | 31 | 114 |
| Binary | 10110100 | 11010010 | 11000101 | 1110 | 0 | 110 | 10010 | 10011010 | 11001 | 1001100 |
Color Harmonies of #B4D2C5
Complementary color
Monochromatic Colors of #B4D2C5
Black with #B4D2C5
Text Example
Text Example
White with #B4D2C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D2C5; }
p { color: rgb(180,210,197); }
H1.HeaderClassName
{
color: #B4D2C5;
}
.AnyTagClassName
{
color: #B4D2C5;
}
</style>
background-color css
<style>
a { background-color: #B4D2C5; }
a { background-color: rgb(180,210,197); }
div.DivClassName
{
background-color: #B4D2C5;
}
.BgClassName
{
background-color: #B4D2C5;
}
</style>
border-color css
<style>
span { border-color: #B4D2C5; }
span { border-color: rgb(180,210,197); }
td.TdClassName
{
border-color: #B4D2C5;
}
.TagClassName
{
border-color: #B4D2C5;
}
</style>