Shades of Jet Stream #B5DDCB
Tints of Jet Stream #B5DDCB
RGB
CMYK
RGB Variations
Color information
#B5DDCB (or 0xB5DDCB) is known color: Jet Stream. HEX triplet: B5, DD and CB. RGB value is (181,221,203). Sum of RGB (Red+Green+Blue) = 181+221+203=605 (80% of max value = 765). Red value is 181 (71.09% from 255 or 29.92% from 605); Green value is 221 (86.72% from 255 or 36.53% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 221 - color contains mainly: green. Hex color #B5DDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5DDCB is #4A2234. Grayscale: #CFCFCF. Windows color (decimal): -4858421 or 13360565. OLE color: 13360565.
HSL color Cylindrical-coordinate representation of color #B5DDCB: hue angle of 153º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B5DDCB is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
RGB | 181 | 221 | 203 | - |
CMYK | 0.18 | 0 | 0.08 | 0.13 |
HSL | 153º | 0.37% | 0.79% | - |
HSV(B) | 153º | 0.18% | 0.87% | - |
XYZ | 55.69 | 65.85 | 66.27 | - |
YUV | 206.99 | 125.75 | 109.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 181 | 221 | 203 | 0.18 | 0 | 0.08 | 0.13 | 153 | 0.37 | 0.79 |
Hex | B5 | DD | CB | 12 | 0 | 8 | D | 99 | 25 | 4F |
Octal | 265 | 335 | 313 | 22 | 0 | 10 | 15 | 231 | 45 | 117 |
Binary | 10110101 | 11011101 | 11001011 | 10010 | 0 | 1000 | 1101 | 10011001 | 100101 | 1001111 |
Color Harmonies of #B5DDCB
Complementary color
Monochromatic Colors of #B5DDCB
Black with #B5DDCB
Text Example
Text Example
White with #B5DDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5DDCB; }
p { color: rgb(181,221,203); }
H1.HeaderClassName
{
color: #B5DDCB;
}
.AnyTagClassName
{
color: #B5DDCB;
}
</style>
background-color css
<style>
a { background-color: #B5DDCB; }
a { background-color: rgb(181,221,203); }
div.DivClassName
{
background-color: #B5DDCB;
}
.BgClassName
{
background-color: #B5DDCB;
}
</style>
border-color css
<style>
span { border-color: #B5DDCB; }
span { border-color: rgb(181,221,203); }
td.TdClassName
{
border-color: #B5DDCB;
}
.TagClassName
{
border-color: #B5DDCB;
}
</style>