Shades of Jet Stream #B7DACC
Tints of Jet Stream #B7DACC
RGB
CMYK
RGB Variations
Color information
#B7DACC (or 0xB7DACC) is known color: Jet Stream. HEX triplet: B7, DA and CC. RGB value is (183,218,204). Sum of RGB (Red+Green+Blue) = 183+218+204=605 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.25% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #B7DACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DACC is #482533. Grayscale: #CDCDCD. Windows color (decimal): -4728116 or 13425335. OLE color: 13425335.
HSL color Cylindrical-coordinate representation of color #B7DACC: hue angle of 156º 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 #B7DACC is Cyan = 0.16, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
RGB | 183 | 218 | 204 | - |
CMYK | 0.16 | 0 | 0.06 | 0.15 |
HSL | 156º | 0.32% | 0.79% | - |
HSV(B) | 156º | 0.16% | 0.85% | - |
XYZ | 55.5 | 64.57 | 66.66 | - |
YUV | 205.94 | 126.9 | 111.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 218 | 204 | 0.16 | 0 | 0.06 | 0.15 | 156 | 0.32 | 0.79 |
Hex | B7 | DA | CC | 10 | 0 | 6 | F | 9C | 20 | 4F |
Octal | 267 | 332 | 314 | 20 | 0 | 6 | 17 | 234 | 40 | 117 |
Binary | 10110111 | 11011010 | 11001100 | 10000 | 0 | 110 | 1111 | 10011100 | 100000 | 1001111 |
Color Harmonies of #B7DACC
Complementary color
Monochromatic Colors of #B7DACC
Black with #B7DACC
Text Example
Text Example
White with #B7DACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DACC; }
p { color: rgb(183,218,204); }
H1.HeaderClassName
{
color: #B7DACC;
}
.AnyTagClassName
{
color: #B7DACC;
}
</style>
background-color css
<style>
a { background-color: #B7DACC; }
a { background-color: rgb(183,218,204); }
div.DivClassName
{
background-color: #B7DACC;
}
.BgClassName
{
background-color: #B7DACC;
}
</style>
border-color css
<style>
span { border-color: #B7DACC; }
span { border-color: rgb(183,218,204); }
td.TdClassName
{
border-color: #B7DACC;
}
.TagClassName
{
border-color: #B7DACC;
}
</style>