Shades of Jet Stream #BDC9C5
Tints of Jet Stream #BDC9C5
RGB
CMYK
RGB Variations
Color information
#BDC9C5 (or 0xBDC9C5) is known color: Jet Stream. HEX triplet: BD, C9 and C5. RGB value is (189,201,197). Sum of RGB (Red+Green+Blue) = 189+201+197=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 201 (78.91% from 255 or 34.24% from 587); Blue value is 197 (77.34% from 255 or 33.56% from 587); Max value from RGB is 201 - color contains mainly: green. Hex color #BDC9C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC9C5 is #42363A. Grayscale: #C4C4C4. Windows color (decimal): -4339259 or 12962237. OLE color: 12962237.
HSL color Cylindrical-coordinate representation of color #BDC9C5: hue angle of 160º degrees, saturation: 0.1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC9C5 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.21.
Color convert
RGB | 189 | 201 | 197 | - |
CMYK | 0.06 | 0 | 0.02 | 0.21 |
HSL | 160º | 0.1% | 0.76% | - |
HSV(B) | 160º | 0.06% | 0.79% | - |
XYZ | 51.95 | 56.62 | 61.01 | - |
YUV | 196.96 | 128.02 | 122.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 201 | 197 | 0.06 | 0 | 0.02 | 0.21 | 160 | 0.1 | 0.76 |
Hex | BD | C9 | C5 | 6 | 0 | 2 | 15 | A0 | A | 4C |
Octal | 275 | 311 | 305 | 6 | 0 | 2 | 25 | 240 | 12 | 114 |
Binary | 10111101 | 11001001 | 11000101 | 110 | 0 | 10 | 10101 | 10100000 | 1010 | 1001100 |
Color Harmonies of #BDC9C5
Complementary color
Monochromatic Colors of #BDC9C5
Black with #BDC9C5
Text Example
Text Example
White with #BDC9C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC9C5; }
p { color: rgb(189,201,197); }
H1.HeaderClassName
{
color: #BDC9C5;
}
.AnyTagClassName
{
color: #BDC9C5;
}
</style>
background-color css
<style>
a { background-color: #BDC9C5; }
a { background-color: rgb(189,201,197); }
div.DivClassName
{
background-color: #BDC9C5;
}
.BgClassName
{
background-color: #BDC9C5;
}
</style>
border-color css
<style>
span { border-color: #BDC9C5; }
span { border-color: rgb(189,201,197); }
td.TdClassName
{
border-color: #BDC9C5;
}
.TagClassName
{
border-color: #BDC9C5;
}
</style>