Shades of Jet Stream #BDDACE
Tints of Jet Stream #BDDACE
RGB
CMYK
RGB Variations
Color information
#BDDACE (or 0xBDDACE) is known color: Jet Stream. HEX triplet: BD, DA and CE. RGB value is (189,218,206). Sum of RGB (Red+Green+Blue) = 189+218+206=613 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.83% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 206 (80.86% from 255 or 33.61% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDACE is #422531. Grayscale: #CFCFCF. Windows color (decimal): -4334898 or 13556413. OLE color: 13556413.
HSL color Cylindrical-coordinate representation of color #BDDACE: hue angle of 155.17º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BDDACE is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 206 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.15 |
| HSL | 155.17º | 0.28% | 0.8% | - |
| HSV(B) | 155.17º | 0.13% | 0.85% | - |
| XYZ | 57.2 | 65.42 | 68 | - |
| YUV | 207.96 | 126.89 | 114.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 206 | 0.13 | 0 | 0.06 | 0.15 | 155.17 | 0.28 | 0.8 |
| Hex | BD | DA | CE | D | 0 | 6 | F | 9B | 1C | 50 |
| Octal | 275 | 332 | 316 | 15 | 0 | 6 | 17 | 233 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11001110 | 1101 | 0 | 110 | 1111 | 10011011 | 11100 | 1010000 |
Color Harmonies of #BDDACE
Complementary color
Monochromatic Colors of #BDDACE
Black with #BDDACE
Text Example
Text Example
White with #BDDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDACE; }
p { color: rgb(189,218,206); }
H1.HeaderClassName
{
color: #BDDACE;
}
.AnyTagClassName
{
color: #BDDACE;
}
</style>
background-color css
<style>
a { background-color: #BDDACE; }
a { background-color: rgb(189,218,206); }
div.DivClassName
{
background-color: #BDDACE;
}
.BgClassName
{
background-color: #BDDACE;
}
</style>
border-color css
<style>
span { border-color: #BDDACE; }
span { border-color: rgb(189,218,206); }
td.TdClassName
{
border-color: #BDDACE;
}
.TagClassName
{
border-color: #BDDACE;
}
</style>