Shades of Jet Stream #B5DBC8
Tints of Jet Stream #B5DBC8
RGB
CMYK
RGB Variations
Color information
#B5DBC8 (or 0xB5DBC8) is known color: Jet Stream. HEX triplet: B5, DB and C8. RGB value is (181,219,200). Sum of RGB (Red+Green+Blue) = 181+219+200=600 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.17% from 600); Green value is 219 (85.94% from 255 or 36.5% from 600); Blue value is 200 (78.52% from 255 or 33.33% from 600); Max value from RGB is 219 - color contains mainly: green. Hex color #B5DBC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DBC8 is #4A2437. Grayscale: #CDCDCD. Windows color (decimal): -4858936 or 13163445. OLE color: 13163445.
HSL color Cylindrical-coordinate representation of color #B5DBC8: hue angle of 150º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B5DBC8 is Cyan = 0.17, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 219 | 200 | - |
CMYK | 0.17 | 0 | 0.09 | 0.14 |
HSL | 150º | 0.35% | 0.78% | - |
HSV(B) | 150º | 0.17% | 0.86% | - |
XYZ | 54.81 | 64.66 | 64.23 | - |
YUV | 205.47 | 124.91 | 110.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 219 | 200 | 0.17 | 0 | 0.09 | 0.14 | 150 | 0.35 | 0.78 |
Hex | B5 | DB | C8 | 11 | 0 | 9 | E | 96 | 23 | 4E |
Octal | 265 | 333 | 310 | 21 | 0 | 11 | 16 | 226 | 43 | 116 |
Binary | 10110101 | 11011011 | 11001000 | 10001 | 0 | 1001 | 1110 | 10010110 | 100011 | 1001110 |
Color Harmonies of #B5DBC8
Complementary color
Monochromatic Colors of #B5DBC8
Black with #B5DBC8
Text Example
Text Example
White with #B5DBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DBC8; }
p { color: rgb(181,219,200); }
H1.HeaderClassName
{
color: #B5DBC8;
}
.AnyTagClassName
{
color: #B5DBC8;
}
</style>
background-color css
<style>
a { background-color: #B5DBC8; }
a { background-color: rgb(181,219,200); }
div.DivClassName
{
background-color: #B5DBC8;
}
.BgClassName
{
background-color: #B5DBC8;
}
</style>
border-color css
<style>
span { border-color: #B5DBC8; }
span { border-color: rgb(181,219,200); }
td.TdClassName
{
border-color: #B5DBC8;
}
.TagClassName
{
border-color: #B5DBC8;
}
</style>