Shades of Jet Stream #B7D4CD
Tints of Jet Stream #B7D4CD
RGB
CMYK
RGB Variations
Color information
#B7D4CD (or 0xB7D4CD) is known color: Jet Stream. HEX triplet: B7, D4 and CD. RGB value is (183,212,205). Sum of RGB (Red+Green+Blue) = 183+212+205=600 (79% of max value = 765). Red value is 183 (71.88% from 255 or 30.5% from 600); Green value is 212 (83.20% from 255 or 35.33% from 600); Blue value is 205 (80.47% from 255 or 34.17% from 600); Max value from RGB is 212 - color contains mainly: green. Hex color #B7D4CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7D4CD is #482B32. Grayscale: #CACACA. Windows color (decimal): -4729651 or 13489335. OLE color: 13489335.
HSL color Cylindrical-coordinate representation of color #B7D4CD: hue angle of 165.52º degrees, saturation: 0.25, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B7D4CD is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
RGB | 183 | 212 | 205 | - |
CMYK | 0.14 | 0 | 0.03 | 0.17 |
HSL | 165.52º | 0.25% | 0.77% | - |
HSV(B) | 165.52º | 0.14% | 0.83% | - |
XYZ | 54.09 | 61.56 | 66.79 | - |
YUV | 202.53 | 129.39 | 114.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 212 | 205 | 0.14 | 0 | 0.03 | 0.17 | 165.52 | 0.25 | 0.77 |
Hex | B7 | D4 | CD | E | 0 | 3 | 11 | A6 | 19 | 4D |
Octal | 267 | 324 | 315 | 16 | 0 | 3 | 21 | 246 | 31 | 115 |
Binary | 10110111 | 11010100 | 11001101 | 1110 | 0 | 11 | 10001 | 10100110 | 11001 | 1001101 |
Color Harmonies of #B7D4CD
Complementary color
Monochromatic Colors of #B7D4CD
Black with #B7D4CD
Text Example
Text Example
White with #B7D4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7D4CD; }
p { color: rgb(183,212,205); }
H1.HeaderClassName
{
color: #B7D4CD;
}
.AnyTagClassName
{
color: #B7D4CD;
}
</style>
background-color css
<style>
a { background-color: #B7D4CD; }
a { background-color: rgb(183,212,205); }
div.DivClassName
{
background-color: #B7D4CD;
}
.BgClassName
{
background-color: #B7D4CD;
}
</style>
border-color css
<style>
span { border-color: #B7D4CD; }
span { border-color: rgb(183,212,205); }
td.TdClassName
{
border-color: #B7D4CD;
}
.TagClassName
{
border-color: #B7D4CD;
}
</style>