Shades of Jet Stream #B7DACE
Tints of Jet Stream #B7DACE
RGB
CMYK
RGB Variations
Color information
#B7DACE (or 0xB7DACE) is known color: Jet Stream. HEX triplet: B7, DA and CE. RGB value is (183,218,206). Sum of RGB (Red+Green+Blue) = 183+218+206=607 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.15% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 206 (80.86% from 255 or 33.94% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DACE is #482531. Grayscale: #CECECE. Windows color (decimal): -4728114 or 13556407. OLE color: 13556407.
HSL color Cylindrical-coordinate representation of color #B7DACE: hue angle of 159.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DACE is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 183 | 218 | 206 | - |
CMYK | 0.16 | 0 | 0.06 | 0.15 |
HSL | 159.43º | 0.32% | 0.79% | - |
HSV(B) | 159.43º | 0.16% | 0.85% | - |
XYZ | 55.74 | 64.67 | 67.94 | - |
YUV | 206.17 | 127.9 | 111.48 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 218 | 206 | 0.16 | 0 | 0.06 | 0.15 | 159.43 | 0.32 | 0.79 |
Hex | B7 | DA | CE | 10 | 0 | 6 | F | 9F | 20 | 4F |
Octal | 267 | 332 | 316 | 20 | 0 | 6 | 17 | 237 | 40 | 117 |
Binary | 10110111 | 11011010 | 11001110 | 10000 | 0 | 110 | 1111 | 10011111 | 100000 | 1001111 |
Color Harmonies of #B7DACE
Complementary color
Monochromatic Colors of #B7DACE
Black with #B7DACE
Text Example
Text Example
White with #B7DACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DACE; }
p { color: rgb(183,218,206); }
H1.HeaderClassName
{
color: #B7DACE;
}
.AnyTagClassName
{
color: #B7DACE;
}
</style>
background-color css
<style>
a { background-color: #B7DACE; }
a { background-color: rgb(183,218,206); }
div.DivClassName
{
background-color: #B7DACE;
}
.BgClassName
{
background-color: #B7DACE;
}
</style>
border-color css
<style>
span { border-color: #B7DACE; }
span { border-color: rgb(183,218,206); }
td.TdClassName
{
border-color: #B7DACE;
}
.TagClassName
{
border-color: #B7DACE;
}
</style>