Shades of Jet Stream #BCDACC
Tints of Jet Stream #BCDACC
RGB
CMYK
RGB Variations
Color information
#BCDACC (or 0xBCDACC) is known color: Jet Stream. HEX triplet: BC, DA and CC. RGB value is (188,218,204). Sum of RGB (Red+Green+Blue) = 188+218+204=610 (80% of max value = 765). Red value is 188 (73.83% from 255 or 30.82% from 610); Green value is 218 (85.55% from 255 or 35.74% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 218 - color contains mainly: green. Hex color #BCDACC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDACC is #432533. Grayscale: #CFCFCF. Windows color (decimal): -4400436 or 13425340. OLE color: 13425340.
HSL color Cylindrical-coordinate representation of color #BCDACC: hue angle of 152º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BCDACC is Cyan = 0.14, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 188 | 218 | 204 | - |
| CMYK | 0.14 | 0 | 0.06 | 0.15 |
| HSL | 152º | 0.29% | 0.8% | - |
| HSV(B) | 152º | 0.14% | 0.85% | - |
| XYZ | 56.71 | 65.19 | 66.72 | - |
| YUV | 207.43 | 126.06 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 218 | 204 | 0.14 | 0 | 0.06 | 0.15 | 152 | 0.29 | 0.8 |
| Hex | BC | DA | CC | E | 0 | 6 | F | 98 | 1D | 50 |
| Octal | 274 | 332 | 314 | 16 | 0 | 6 | 17 | 230 | 35 | 120 |
| Binary | 10111100 | 11011010 | 11001100 | 1110 | 0 | 110 | 1111 | 10011000 | 11101 | 1010000 |
Color Harmonies of #BCDACC
Complementary color
Monochromatic Colors of #BCDACC
Black with #BCDACC
Text Example
Text Example
White with #BCDACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDACC; }
p { color: rgb(188,218,204); }
H1.HeaderClassName
{
color: #BCDACC;
}
.AnyTagClassName
{
color: #BCDACC;
}
</style>
background-color css
<style>
a { background-color: #BCDACC; }
a { background-color: rgb(188,218,204); }
div.DivClassName
{
background-color: #BCDACC;
}
.BgClassName
{
background-color: #BCDACC;
}
</style>
border-color css
<style>
span { border-color: #BCDACC; }
span { border-color: rgb(188,218,204); }
td.TdClassName
{
border-color: #BCDACC;
}
.TagClassName
{
border-color: #BCDACC;
}
</style>