Shades of Jet Stream #B4D2CB
Tints of Jet Stream #B4D2CB
RGB
CMYK
RGB Variations
Color information
#B4D2CB (or 0xB4D2CB) is known color: Jet Stream. HEX triplet: B4, D2 and CB. RGB value is (180,210,203). Sum of RGB (Red+Green+Blue) = 180+210+203=593 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.35% from 593); Green value is 210 (82.42% from 255 or 35.41% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 210 - color contains mainly: green. Hex color #B4D2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4D2CB is #4B2D34. Grayscale: #C8C8C8. Windows color (decimal): -4926773 or 13357748. OLE color: 13357748.
HSL color Cylindrical-coordinate representation of color #B4D2CB: hue angle of 166º 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 #B4D2CB is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 180 | 210 | 203 | - |
| CMYK | 0.14 | 0 | 0.03 | 0.18 |
| HSL | 166º | 0.25% | 0.76% | - |
| HSV(B) | 166º | 0.14% | 0.82% | - |
| XYZ | 52.65 | 60.11 | 65.33 | - |
| YUV | 200.23 | 129.56 | 113.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 210 | 203 | 0.14 | 0 | 0.03 | 0.18 | 166 | 0.25 | 0.76 |
| Hex | B4 | D2 | CB | E | 0 | 3 | 12 | A6 | 19 | 4C |
| Octal | 264 | 322 | 313 | 16 | 0 | 3 | 22 | 246 | 31 | 114 |
| Binary | 10110100 | 11010010 | 11001011 | 1110 | 0 | 11 | 10010 | 10100110 | 11001 | 1001100 |
Color Harmonies of #B4D2CB
Complementary color
Monochromatic Colors of #B4D2CB
Black with #B4D2CB
Text Example
Text Example
White with #B4D2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4D2CB; }
p { color: rgb(180,210,203); }
H1.HeaderClassName
{
color: #B4D2CB;
}
.AnyTagClassName
{
color: #B4D2CB;
}
</style>
background-color css
<style>
a { background-color: #B4D2CB; }
a { background-color: rgb(180,210,203); }
div.DivClassName
{
background-color: #B4D2CB;
}
.BgClassName
{
background-color: #B4D2CB;
}
</style>
border-color css
<style>
span { border-color: #B4D2CB; }
span { border-color: rgb(180,210,203); }
td.TdClassName
{
border-color: #B4D2CB;
}
.TagClassName
{
border-color: #B4D2CB;
}
</style>