Shades of Jet Stream #BDDACC
Tints of Jet Stream #BDDACC
RGB
CMYK
RGB Variations
Color information
#BDDACC (or 0xBDDACC) is known color: Jet Stream. HEX triplet: BD, DA and CC. RGB value is (189,218,204). Sum of RGB (Red+Green+Blue) = 189+218+204=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 204 (80.08% from 255 or 33.39% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #BDDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDDACC is #422533. Grayscale: #CFCFCF. Windows color (decimal): -4334900 or 13425341. OLE color: 13425341.
HSL color Cylindrical-coordinate representation of color #BDDACC: hue angle of 151.03º 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 #BDDACC is Cyan = 0.13, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 189 | 218 | 204 | - |
| CMYK | 0.13 | 0 | 0.06 | 0.15 |
| HSL | 151.03º | 0.28% | 0.8% | - |
| HSV(B) | 151.03º | 0.13% | 0.85% | - |
| XYZ | 56.96 | 65.32 | 66.73 | - |
| YUV | 207.73 | 125.89 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 218 | 204 | 0.13 | 0 | 0.06 | 0.15 | 151.03 | 0.28 | 0.8 |
| Hex | BD | DA | CC | D | 0 | 6 | F | 97 | 1C | 50 |
| Octal | 275 | 332 | 314 | 15 | 0 | 6 | 17 | 227 | 34 | 120 |
| Binary | 10111101 | 11011010 | 11001100 | 1101 | 0 | 110 | 1111 | 10010111 | 11100 | 1010000 |
Color Harmonies of #BDDACC
Complementary color
Monochromatic Colors of #BDDACC
Black with #BDDACC
Text Example
Text Example
White with #BDDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDDACC; }
p { color: rgb(189,218,204); }
H1.HeaderClassName
{
color: #BDDACC;
}
.AnyTagClassName
{
color: #BDDACC;
}
</style>
background-color css
<style>
a { background-color: #BDDACC; }
a { background-color: rgb(189,218,204); }
div.DivClassName
{
background-color: #BDDACC;
}
.BgClassName
{
background-color: #BDDACC;
}
</style>
border-color css
<style>
span { border-color: #BDDACC; }
span { border-color: rgb(189,218,204); }
td.TdClassName
{
border-color: #BDDACC;
}
.TagClassName
{
border-color: #BDDACC;
}
</style>