Shades of Jet Stream #B4DBCB
Tints of Jet Stream #B4DBCB
RGB
CMYK
RGB Variations
Color information
#B4DBCB (or 0xB4DBCB) is known color: Jet Stream. HEX triplet: B4, DB and CB. RGB value is (180,219,203). Sum of RGB (Red+Green+Blue) = 180+219+203=602 (79% of max value = 765). Red value is 180 (70.70% from 255 or 29.90% from 602); Green value is 219 (85.94% from 255 or 36.38% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 219 - color contains mainly: green. Hex color #B4DBCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4DBCB is #4B2434. Grayscale: #CDCDCD. Windows color (decimal): -4924469 or 13360052. OLE color: 13360052.
HSL color Cylindrical-coordinate representation of color #B4DBCB: hue angle of 155.38º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4DBCB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 180 | 219 | 203 | - |
| CMYK | 0.18 | 0 | 0.07 | 0.14 |
| HSL | 155.38º | 0.35% | 0.78% | - |
| HSV(B) | 155.38º | 0.18% | 0.86% | - |
| XYZ | 54.93 | 64.68 | 66.09 | - |
| YUV | 205.52 | 126.58 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 219 | 203 | 0.18 | 0 | 0.07 | 0.14 | 155.38 | 0.35 | 0.78 |
| Hex | B4 | DB | CB | 12 | 0 | 7 | E | 9B | 23 | 4E |
| Octal | 264 | 333 | 313 | 22 | 0 | 7 | 16 | 233 | 43 | 116 |
| Binary | 10110100 | 11011011 | 11001011 | 10010 | 0 | 111 | 1110 | 10011011 | 100011 | 1001110 |
Color Harmonies of #B4DBCB
Complementary color
Monochromatic Colors of #B4DBCB
Black with #B4DBCB
Text Example
Text Example
White with #B4DBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4DBCB; }
p { color: rgb(180,219,203); }
H1.HeaderClassName
{
color: #B4DBCB;
}
.AnyTagClassName
{
color: #B4DBCB;
}
</style>
background-color css
<style>
a { background-color: #B4DBCB; }
a { background-color: rgb(180,219,203); }
div.DivClassName
{
background-color: #B4DBCB;
}
.BgClassName
{
background-color: #B4DBCB;
}
</style>
border-color css
<style>
span { border-color: #B4DBCB; }
span { border-color: rgb(180,219,203); }
td.TdClassName
{
border-color: #B4DBCB;
}
.TagClassName
{
border-color: #B4DBCB;
}
</style>