Shades of Jet Stream #BDCEC9
Tints of Jet Stream #BDCEC9
RGB
CMYK
RGB Variations
Color information
#BDCEC9 (or 0xBDCEC9) is known color: Jet Stream. HEX triplet: BD, CE and C9. RGB value is (189,206,201). Sum of RGB (Red+Green+Blue) = 189+206+201=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 206 (80.86% from 255 or 34.56% from 596); Blue value is 201 (78.91% from 255 or 33.72% from 596); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCEC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCEC9 is #423136. Grayscale: #C8C8C8. Windows color (decimal): -4337975 or 13225661. OLE color: 13225661.
HSL color Cylindrical-coordinate representation of color #BDCEC9: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BDCEC9 is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 206 | 201 | - |
CMYK | 0.08 | 0 | 0.02 | 0.19 |
HSL | 162.35º | 0.15% | 0.77% | - |
HSV(B) | 162.35º | 0.08% | 0.81% | - |
XYZ | 53.6 | 59.18 | 63.86 | - |
YUV | 200.35 | 128.37 | 119.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 201 | 0.08 | 0 | 0.02 | 0.19 | 162.35 | 0.15 | 0.77 |
Hex | BD | CE | C9 | 8 | 0 | 2 | 13 | A2 | F | 4D |
Octal | 275 | 316 | 311 | 10 | 0 | 2 | 23 | 242 | 17 | 115 |
Binary | 10111101 | 11001110 | 11001001 | 1000 | 0 | 10 | 10011 | 10100010 | 1111 | 1001101 |
Color Harmonies of #BDCEC9
Complementary color
Monochromatic Colors of #BDCEC9
Black with #BDCEC9
Text Example
Text Example
White with #BDCEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEC9; }
p { color: rgb(189,206,201); }
H1.HeaderClassName
{
color: #BDCEC9;
}
.AnyTagClassName
{
color: #BDCEC9;
}
</style>
background-color css
<style>
a { background-color: #BDCEC9; }
a { background-color: rgb(189,206,201); }
div.DivClassName
{
background-color: #BDCEC9;
}
.BgClassName
{
background-color: #BDCEC9;
}
</style>
border-color css
<style>
span { border-color: #BDCEC9; }
span { border-color: rgb(189,206,201); }
td.TdClassName
{
border-color: #BDCEC9;
}
.TagClassName
{
border-color: #BDCEC9;
}
</style>