Shades of Jet Stream #BCDCCF
Tints of Jet Stream #BCDCCF
RGB
CMYK
RGB Variations
Color information
#BCDCCF (or 0xBCDCCF) is known color: Jet Stream. HEX triplet: BC, DC and CF. RGB value is (188,220,207). Sum of RGB (Red+Green+Blue) = 188+220+207=615 (81% of max value = 765). Red value is 188 (73.83% from 255 or 30.57% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 207 (81.25% from 255 or 33.66% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCDCCF is #432330. Grayscale: #D0D0D0. Windows color (decimal): -4399921 or 13622460. OLE color: 13622460.
HSL color Cylindrical-coordinate representation of color #BCDCCF: hue angle of 155.62º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BCDCCF is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 188 | 220 | 207 | - |
| CMYK | 0.15 | 0 | 0.06 | 0.14 |
| HSL | 155.63º | 0.31% | 0.8% | - |
| HSV(B) | 155.63º | 0.15% | 0.86% | - |
| XYZ | 57.59 | 66.38 | 68.81 | - |
| YUV | 208.95 | 126.9 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 220 | 207 | 0.15 | 0 | 0.06 | 0.14 | 155.63 | 0.31 | 0.8 |
| Hex | BC | DC | CF | F | 0 | 6 | E | 9C | 1F | 50 |
| Octal | 274 | 334 | 317 | 17 | 0 | 6 | 16 | 234 | 37 | 120 |
| Binary | 10111100 | 11011100 | 11001111 | 1111 | 0 | 110 | 1110 | 10011100 | 11111 | 1010000 |
Color Harmonies of #BCDCCF
Complementary color
Monochromatic Colors of #BCDCCF
Black with #BCDCCF
Text Example
Text Example
White with #BCDCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCDCCF; }
p { color: rgb(188,220,207); }
H1.HeaderClassName
{
color: #BCDCCF;
}
.AnyTagClassName
{
color: #BCDCCF;
}
</style>
background-color css
<style>
a { background-color: #BCDCCF; }
a { background-color: rgb(188,220,207); }
div.DivClassName
{
background-color: #BCDCCF;
}
.BgClassName
{
background-color: #BCDCCF;
}
</style>
border-color css
<style>
span { border-color: #BCDCCF; }
span { border-color: rgb(188,220,207); }
td.TdClassName
{
border-color: #BCDCCF;
}
.TagClassName
{
border-color: #BCDCCF;
}
</style>