Shades of Jet Stream #B5DCC8
Tints of Jet Stream #B5DCC8
RGB
CMYK
RGB Variations
Color information
#B5DCC8 (or 0xB5DCC8) is known color: Jet Stream. HEX triplet: B5, DC and C8. RGB value is (181,220,200). Sum of RGB (Red+Green+Blue) = 181+220+200=601 (79% of max value = 765). Red value is 181 (71.09% from 255 or 30.12% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 200 (78.52% from 255 or 33.28% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #B5DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DCC8 is #4A2337. Grayscale: #CECECE. Windows color (decimal): -4858680 or 13163701. OLE color: 13163701.
HSL color Cylindrical-coordinate representation of color #B5DCC8: hue angle of 149.23º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DCC8 is Cyan = 0.18, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
RGB | 181 | 220 | 200 | - |
CMYK | 0.18 | 0 | 0.09 | 0.14 |
HSL | 149.23º | 0.36% | 0.79% | - |
HSV(B) | 149.23º | 0.18% | 0.86% | - |
XYZ | 55.07 | 65.18 | 64.32 | - |
YUV | 206.06 | 124.58 | 110.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 220 | 200 | 0.18 | 0 | 0.09 | 0.14 | 149.23 | 0.36 | 0.79 |
Hex | B5 | DC | C8 | 12 | 0 | 9 | E | 95 | 24 | 4F |
Octal | 265 | 334 | 310 | 22 | 0 | 11 | 16 | 225 | 44 | 117 |
Binary | 10110101 | 11011100 | 11001000 | 10010 | 0 | 1001 | 1110 | 10010101 | 100100 | 1001111 |
Color Harmonies of #B5DCC8
Complementary color
Monochromatic Colors of #B5DCC8
Black with #B5DCC8
Text Example
Text Example
White with #B5DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DCC8; }
p { color: rgb(181,220,200); }
H1.HeaderClassName
{
color: #B5DCC8;
}
.AnyTagClassName
{
color: #B5DCC8;
}
</style>
background-color css
<style>
a { background-color: #B5DCC8; }
a { background-color: rgb(181,220,200); }
div.DivClassName
{
background-color: #B5DCC8;
}
.BgClassName
{
background-color: #B5DCC8;
}
</style>
border-color css
<style>
span { border-color: #B5DCC8; }
span { border-color: rgb(181,220,200); }
td.TdClassName
{
border-color: #B5DCC8;
}
.TagClassName
{
border-color: #B5DCC8;
}
</style>