Shades of Jet Stream #B4D5CC
Tints of Jet Stream #B4D5CC
RGB
CMYK
RGB Variations
Color information
#B4D5CC (or 0xB4D5CC) is known color: Jet Stream. HEX triplet: B4, D5 and CC. RGB value is (180,213,204). Sum of RGB (Red+Green+Blue) = 180+213+204=597 (79% of max value = 765). Red value is 180 (70.70% from 255 or 30.15% from 597); Green value is 213 (83.59% from 255 or 35.68% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 213 - color contains mainly: green. Hex color #B4D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D5CC is #4B2A33. Grayscale: #CACACA. Windows color (decimal): -4926004 or 13424052. OLE color: 13424052.
HSL color Cylindrical-coordinate representation of color #B4D5CC: hue angle of 163.64º degrees, saturation: 0.28, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B4D5CC is Cyan = 0.15, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 180 | 213 | 204 | - |
| CMYK | 0.15 | 0 | 0.04 | 0.16 |
| HSL | 163.64º | 0.28% | 0.77% | - |
| HSV(B) | 163.64º | 0.15% | 0.84% | - |
| XYZ | 53.52 | 61.65 | 66.21 | - |
| YUV | 202.11 | 129.07 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 213 | 204 | 0.15 | 0 | 0.04 | 0.16 | 163.64 | 0.28 | 0.77 |
| Hex | B4 | D5 | CC | F | 0 | 4 | 10 | A4 | 1C | 4D |
| Octal | 264 | 325 | 314 | 17 | 0 | 4 | 20 | 244 | 34 | 115 |
| Binary | 10110100 | 11010101 | 11001100 | 1111 | 0 | 100 | 10000 | 10100100 | 11100 | 1001101 |
Color Harmonies of #B4D5CC
Complementary color
Monochromatic Colors of #B4D5CC
Black with #B4D5CC
Text Example
Text Example
White with #B4D5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D5CC; }
p { color: rgb(180,213,204); }
H1.HeaderClassName
{
color: #B4D5CC;
}
.AnyTagClassName
{
color: #B4D5CC;
}
</style>
background-color css
<style>
a { background-color: #B4D5CC; }
a { background-color: rgb(180,213,204); }
div.DivClassName
{
background-color: #B4D5CC;
}
.BgClassName
{
background-color: #B4D5CC;
}
</style>
border-color css
<style>
span { border-color: #B4D5CC; }
span { border-color: rgb(180,213,204); }
td.TdClassName
{
border-color: #B4D5CC;
}
.TagClassName
{
border-color: #B4D5CC;
}
</style>