Shades of Jet Stream #BDC4C2
Tints of Jet Stream #BDC4C2
RGB
CMYK
RGB Variations
Color information
#BDC4C2 (or 0xBDC4C2) is known color: Jet Stream. HEX triplet: BD, C4 and C2. RGB value is (189,196,194). Sum of RGB (Red+Green+Blue) = 189+196+194=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 196 (76.95% from 255 or 33.85% from 579); Blue value is 194 (76.17% from 255 or 33.51% from 579); Max value from RGB is 196 - color contains mainly: green. Hex color #BDC4C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC4C2 is #423B3D. Grayscale: #C1C1C1. Windows color (decimal): -4340542 or 12764349. OLE color: 12764349.
HSL color Cylindrical-coordinate representation of color #BDC4C2: hue angle of 162.86º degrees, saturation: 0.06, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #BDC4C2 is Cyan = 0.04, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.23.
Color convert
RGB | 189 | 196 | 194 | - |
CMYK | 0.04 | 0 | 0.01 | 0.23 |
HSL | 162.86º | 0.06% | 0.75% | - |
HSV(B) | 162.86º | 0.04% | 0.77% | - |
XYZ | 50.46 | 54.19 | 58.84 | - |
YUV | 193.68 | 128.18 | 124.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 196 | 194 | 0.04 | 0 | 0.01 | 0.23 | 162.86 | 0.06 | 0.75 |
Hex | BD | C4 | C2 | 4 | 0 | 1 | 17 | A3 | 6 | 4B |
Octal | 275 | 304 | 302 | 4 | 0 | 1 | 27 | 243 | 6 | 113 |
Binary | 10111101 | 11000100 | 11000010 | 100 | 0 | 1 | 10111 | 10100011 | 110 | 1001011 |
Color Harmonies of #BDC4C2
Complementary color
Monochromatic Colors of #BDC4C2
Black with #BDC4C2
Text Example
Text Example
White with #BDC4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4C2; }
p { color: rgb(189,196,194); }
H1.HeaderClassName
{
color: #BDC4C2;
}
.AnyTagClassName
{
color: #BDC4C2;
}
</style>
background-color css
<style>
a { background-color: #BDC4C2; }
a { background-color: rgb(189,196,194); }
div.DivClassName
{
background-color: #BDC4C2;
}
.BgClassName
{
background-color: #BDC4C2;
}
</style>
border-color css
<style>
span { border-color: #BDC4C2; }
span { border-color: rgb(189,196,194); }
td.TdClassName
{
border-color: #BDC4C2;
}
.TagClassName
{
border-color: #BDC4C2;
}
</style>