Shades of Jet Stream #BED2CC
Tints of Jet Stream #BED2CC
RGB
CMYK
RGB Variations
Color information
#BED2CC (or 0xBED2CC) is known color: Jet Stream. HEX triplet: BE, D2 and CC. RGB value is (190,210,204). Sum of RGB (Red+Green+Blue) = 190+210+204=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 210 (82.42% from 255 or 34.77% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 210 - color contains mainly: green. Hex color #BED2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BED2CC is #412D33. Grayscale: #CBCBCB. Windows color (decimal): -4271412 or 13423294. OLE color: 13423294.
HSL color Cylindrical-coordinate representation of color #BED2CC: hue angle of 162º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BED2CC is Cyan = 0.10, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 190 | 210 | 204 | - |
| CMYK | 0.10 | 0 | 0.03 | 0.18 |
| HSL | 162º | 0.18% | 0.78% | - |
| HSV(B) | 162º | 0.1% | 0.82% | - |
| XYZ | 55.18 | 61.4 | 66.07 | - |
| YUV | 203.34 | 128.37 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 210 | 204 | 0.10 | 0 | 0.03 | 0.18 | 162 | 0.18 | 0.78 |
| Hex | BE | D2 | CC | A | 0 | 3 | 12 | A2 | 12 | 4E |
| Octal | 276 | 322 | 314 | 12 | 0 | 3 | 22 | 242 | 22 | 116 |
| Binary | 10111110 | 11010010 | 11001100 | 1010 | 0 | 11 | 10010 | 10100010 | 10010 | 1001110 |
Color Harmonies of #BED2CC
Complementary color
Monochromatic Colors of #BED2CC
Black with #BED2CC
Text Example
Text Example
White with #BED2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BED2CC; }
p { color: rgb(190,210,204); }
H1.HeaderClassName
{
color: #BED2CC;
}
.AnyTagClassName
{
color: #BED2CC;
}
</style>
background-color css
<style>
a { background-color: #BED2CC; }
a { background-color: rgb(190,210,204); }
div.DivClassName
{
background-color: #BED2CC;
}
.BgClassName
{
background-color: #BED2CC;
}
</style>
border-color css
<style>
span { border-color: #BED2CC; }
span { border-color: rgb(190,210,204); }
td.TdClassName
{
border-color: #BED2CC;
}
.TagClassName
{
border-color: #BED2CC;
}
</style>