Shades of Jet Stream #BFD0CB
Tints of Jet Stream #BFD0CB
RGB
CMYK
RGB Variations
Color information
#BFD0CB (or 0xBFD0CB) is known color: Jet Stream. HEX triplet: BF, D0 and CB. RGB value is (191,208,203). Sum of RGB (Red+Green+Blue) = 191+208+203=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 208 (81.64% from 255 or 34.55% from 602); Blue value is 203 (79.69% from 255 or 33.72% from 602); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0CB is #402F34. Grayscale: #CACACA. Windows color (decimal): -4206389 or 13357247. OLE color: 13357247.
HSL color Cylindrical-coordinate representation of color #BFD0CB: hue angle of 162.35º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BFD0CB is Cyan = 0.08, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 203 | - |
| CMYK | 0.08 | 0 | 0.02 | 0.18 |
| HSL | 162.35º | 0.15% | 0.78% | - |
| HSV(B) | 162.35º | 0.08% | 0.82% | - |
| XYZ | 54.82 | 60.5 | 65.29 | - |
| YUV | 202.35 | 128.37 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 203 | 0.08 | 0 | 0.02 | 0.18 | 162.35 | 0.15 | 0.78 |
| Hex | BF | D0 | CB | 8 | 0 | 2 | 12 | A2 | F | 4E |
| Octal | 277 | 320 | 313 | 10 | 0 | 2 | 22 | 242 | 17 | 116 |
| Binary | 10111111 | 11010000 | 11001011 | 1000 | 0 | 10 | 10010 | 10100010 | 1111 | 1001110 |
Color Harmonies of #BFD0CB
Complementary color
Monochromatic Colors of #BFD0CB
Black with #BFD0CB
Text Example
Text Example
White with #BFD0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0CB; }
p { color: rgb(191,208,203); }
H1.HeaderClassName
{
color: #BFD0CB;
}
.AnyTagClassName
{
color: #BFD0CB;
}
</style>
background-color css
<style>
a { background-color: #BFD0CB; }
a { background-color: rgb(191,208,203); }
div.DivClassName
{
background-color: #BFD0CB;
}
.BgClassName
{
background-color: #BFD0CB;
}
</style>
border-color css
<style>
span { border-color: #BFD0CB; }
span { border-color: rgb(191,208,203); }
td.TdClassName
{
border-color: #BFD0CB;
}
.TagClassName
{
border-color: #BFD0CB;
}
</style>