Shades of Jet Stream #BDCECB
Tints of Jet Stream #BDCECB
RGB
CMYK
RGB Variations
Color information
#BDCECB (or 0xBDCECB) is known color: Jet Stream. HEX triplet: BD, CE and CB. RGB value is (189,206,203). Sum of RGB (Red+Green+Blue) = 189+206+203=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 206 (80.86% from 255 or 34.45% from 598); Blue value is 203 (79.69% from 255 or 33.95% from 598); Max value from RGB is 206 - color contains mainly: green. Hex color #BDCECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BDCECB is #423134. Grayscale: #C8C8C8. Windows color (decimal): -4337973 or 13356733. OLE color: 13356733.
HSL color Cylindrical-coordinate representation of color #BDCECB: hue angle of 169.41º 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 #BDCECB is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
RGB | 189 | 206 | 203 | - |
CMYK | 0.08 | 0 | 0.01 | 0.19 |
HSL | 169.41º | 0.15% | 0.77% | - |
HSV(B) | 169.41º | 0.08% | 0.81% | - |
XYZ | 53.84 | 59.27 | 65.1 | - |
YUV | 200.58 | 129.37 | 119.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 206 | 203 | 0.08 | 0 | 0.01 | 0.19 | 169.41 | 0.15 | 0.77 |
Hex | BD | CE | CB | 8 | 0 | 1 | 13 | A9 | F | 4D |
Octal | 275 | 316 | 313 | 10 | 0 | 1 | 23 | 251 | 17 | 115 |
Binary | 10111101 | 11001110 | 11001011 | 1000 | 0 | 1 | 10011 | 10101001 | 1111 | 1001101 |
Color Harmonies of #BDCECB
Complementary color
Monochromatic Colors of #BDCECB
Black with #BDCECB
Text Example
Text Example
White with #BDCECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCECB; }
p { color: rgb(189,206,203); }
H1.HeaderClassName
{
color: #BDCECB;
}
.AnyTagClassName
{
color: #BDCECB;
}
</style>
background-color css
<style>
a { background-color: #BDCECB; }
a { background-color: rgb(189,206,203); }
div.DivClassName
{
background-color: #BDCECB;
}
.BgClassName
{
background-color: #BDCECB;
}
</style>
border-color css
<style>
span { border-color: #BDCECB; }
span { border-color: rgb(189,206,203); }
td.TdClassName
{
border-color: #BDCECB;
}
.TagClassName
{
border-color: #BDCECB;
}
</style>