Shades of Jet Stream #BDC7C4
Tints of Jet Stream #BDC7C4
RGB
CMYK
RGB Variations
Color information
#BDC7C4 (or 0xBDC7C4) is known color: Jet Stream. HEX triplet: BD, C7 and C4. RGB value is (189,199,196). Sum of RGB (Red+Green+Blue) = 189+199+196=584 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.36% from 584); Green value is 199 (78.12% from 255 or 34.08% from 584); Blue value is 196 (76.95% from 255 or 33.56% from 584); Max value from RGB is 199 - color contains mainly: green. Hex color #BDC7C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC7C4 is #42383B. Grayscale: #C3C3C3. Windows color (decimal): -4339772 or 12896189. OLE color: 12896189.
HSL color Cylindrical-coordinate representation of color #BDC7C4: hue angle of 162º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BDC7C4 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 189 | 199 | 196 | - |
| CMYK | 0.05 | 0 | 0.02 | 0.22 |
| HSL | 162º | 0.08% | 0.76% | - |
| HSV(B) | 162º | 0.05% | 0.78% | - |
| XYZ | 51.37 | 55.65 | 60.26 | - |
| YUV | 195.67 | 128.19 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 199 | 196 | 0.05 | 0 | 0.02 | 0.22 | 162 | 0.08 | 0.76 |
| Hex | BD | C7 | C4 | 5 | 0 | 2 | 16 | A2 | 8 | 4C |
| Octal | 275 | 307 | 304 | 5 | 0 | 2 | 26 | 242 | 10 | 114 |
| Binary | 10111101 | 11000111 | 11000100 | 101 | 0 | 10 | 10110 | 10100010 | 1000 | 1001100 |
Color Harmonies of #BDC7C4
Complementary color
Monochromatic Colors of #BDC7C4
Black with #BDC7C4
Text Example
Text Example
White with #BDC7C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC7C4; }
p { color: rgb(189,199,196); }
H1.HeaderClassName
{
color: #BDC7C4;
}
.AnyTagClassName
{
color: #BDC7C4;
}
</style>
background-color css
<style>
a { background-color: #BDC7C4; }
a { background-color: rgb(189,199,196); }
div.DivClassName
{
background-color: #BDC7C4;
}
.BgClassName
{
background-color: #BDC7C4;
}
</style>
border-color css
<style>
span { border-color: #BDC7C4; }
span { border-color: rgb(189,199,196); }
td.TdClassName
{
border-color: #BDC7C4;
}
.TagClassName
{
border-color: #BDC7C4;
}
</style>