Shades of Jet Stream #BDC8C4
Tints of Jet Stream #BDC8C4
RGB
CMYK
RGB Variations
Color information
#BDC8C4 (or 0xBDC8C4) is known color: Jet Stream. HEX triplet: BD, C8 and C4. RGB value is (189,200,196). Sum of RGB (Red+Green+Blue) = 189+200+196=585 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.31% from 585); Green value is 200 (78.52% from 255 or 34.19% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 200 - color contains mainly: green. Hex color #BDC8C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDC8C4 is #42373B. Grayscale: #C4C4C4. Windows color (decimal): -4339516 or 12896445. OLE color: 12896445.
HSL color Cylindrical-coordinate representation of color #BDC8C4: hue angle of 158.18º degrees, saturation: 0.09, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BDC8C4 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
RGB | 189 | 200 | 196 | - |
CMYK | 0.06 | 0 | 0.02 | 0.22 |
HSL | 158.18º | 0.09% | 0.76% | - |
HSV(B) | 158.18º | 0.06% | 0.78% | - |
XYZ | 51.6 | 56.11 | 60.34 | - |
YUV | 196.26 | 127.86 | 122.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 200 | 196 | 0.06 | 0 | 0.02 | 0.22 | 158.18 | 0.09 | 0.76 |
Hex | BD | C8 | C4 | 6 | 0 | 2 | 16 | 9E | 9 | 4C |
Octal | 275 | 310 | 304 | 6 | 0 | 2 | 26 | 236 | 11 | 114 |
Binary | 10111101 | 11001000 | 11000100 | 110 | 0 | 10 | 10110 | 10011110 | 1001 | 1001100 |
Color Harmonies of #BDC8C4
Complementary color
Monochromatic Colors of #BDC8C4
Black with #BDC8C4
Text Example
Text Example
White with #BDC8C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC8C4; }
p { color: rgb(189,200,196); }
H1.HeaderClassName
{
color: #BDC8C4;
}
.AnyTagClassName
{
color: #BDC8C4;
}
</style>
background-color css
<style>
a { background-color: #BDC8C4; }
a { background-color: rgb(189,200,196); }
div.DivClassName
{
background-color: #BDC8C4;
}
.BgClassName
{
background-color: #BDC8C4;
}
</style>
border-color css
<style>
span { border-color: #BDC8C4; }
span { border-color: rgb(189,200,196); }
td.TdClassName
{
border-color: #BDC8C4;
}
.TagClassName
{
border-color: #BDC8C4;
}
</style>