Shades of Jet Stream #B7DBCA
Tints of Jet Stream #B7DBCA
RGB
CMYK
RGB Variations
Color information
#B7DBCA (or 0xB7DBCA) is known color: Jet Stream. HEX triplet: B7, DB and CA. RGB value is (183,219,202). Sum of RGB (Red+Green+Blue) = 183+219+202=604 (80% of max value = 765). Red value is 183 (71.88% from 255 or 30.30% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #B7DBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7DBCA is #482435. Grayscale: #CECECE. Windows color (decimal): -4727862 or 13294519. OLE color: 13294519.
HSL color Cylindrical-coordinate representation of color #B7DBCA: hue angle of 151.67º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B7DBCA is Cyan = 0.16, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 183 | 219 | 202 | - |
| CMYK | 0.16 | 0 | 0.08 | 0.14 |
| HSL | 151.67º | 0.33% | 0.79% | - |
| HSV(B) | 151.67º | 0.16% | 0.86% | - |
| XYZ | 55.52 | 64.99 | 65.5 | - |
| YUV | 206.3 | 125.57 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 219 | 202 | 0.16 | 0 | 0.08 | 0.14 | 151.67 | 0.33 | 0.79 |
| Hex | B7 | DB | CA | 10 | 0 | 8 | E | 98 | 21 | 4F |
| Octal | 267 | 333 | 312 | 20 | 0 | 10 | 16 | 230 | 41 | 117 |
| Binary | 10110111 | 11011011 | 11001010 | 10000 | 0 | 1000 | 1110 | 10011000 | 100001 | 1001111 |
Color Harmonies of #B7DBCA
Complementary color
Monochromatic Colors of #B7DBCA
Black with #B7DBCA
Text Example
Text Example
White with #B7DBCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7DBCA; }
p { color: rgb(183,219,202); }
H1.HeaderClassName
{
color: #B7DBCA;
}
.AnyTagClassName
{
color: #B7DBCA;
}
</style>
background-color css
<style>
a { background-color: #B7DBCA; }
a { background-color: rgb(183,219,202); }
div.DivClassName
{
background-color: #B7DBCA;
}
.BgClassName
{
background-color: #B7DBCA;
}
</style>
border-color css
<style>
span { border-color: #B7DBCA; }
span { border-color: rgb(183,219,202); }
td.TdClassName
{
border-color: #B7DBCA;
}
.TagClassName
{
border-color: #B7DBCA;
}
</style>