Shades of Jet Stream #BFD0CA
Tints of Jet Stream #BFD0CA
RGB
CMYK
RGB Variations
Color information
#BFD0CA (or 0xBFD0CA) is known color: Jet Stream. HEX triplet: BF, D0 and CA. RGB value is (191,208,202). Sum of RGB (Red+Green+Blue) = 191+208+202=601 (79% of max value = 765). Red value is 191 (75% from 255 or 31.78% from 601); Green value is 208 (81.64% from 255 or 34.61% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD0CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD0CA is #402F35. Grayscale: #CACACA. Windows color (decimal): -4206390 or 13291711. OLE color: 13291711.
HSL color Cylindrical-coordinate representation of color #BFD0CA: hue angle of 158.82º 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 #BFD0CA is Cyan = 0.08, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 208 | 202 | - |
| CMYK | 0.08 | 0 | 0.03 | 0.18 |
| HSL | 158.82º | 0.15% | 0.78% | - |
| HSV(B) | 158.82º | 0.08% | 0.82% | - |
| XYZ | 54.7 | 60.45 | 64.66 | - |
| YUV | 202.23 | 127.87 | 119.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 208 | 202 | 0.08 | 0 | 0.03 | 0.18 | 158.82 | 0.15 | 0.78 |
| Hex | BF | D0 | CA | 8 | 0 | 3 | 12 | 9F | F | 4E |
| Octal | 277 | 320 | 312 | 10 | 0 | 3 | 22 | 237 | 17 | 116 |
| Binary | 10111111 | 11010000 | 11001010 | 1000 | 0 | 11 | 10010 | 10011111 | 1111 | 1001110 |
Color Harmonies of #BFD0CA
Complementary color
Monochromatic Colors of #BFD0CA
Black with #BFD0CA
Text Example
Text Example
White with #BFD0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD0CA; }
p { color: rgb(191,208,202); }
H1.HeaderClassName
{
color: #BFD0CA;
}
.AnyTagClassName
{
color: #BFD0CA;
}
</style>
background-color css
<style>
a { background-color: #BFD0CA; }
a { background-color: rgb(191,208,202); }
div.DivClassName
{
background-color: #BFD0CA;
}
.BgClassName
{
background-color: #BFD0CA;
}
</style>
border-color css
<style>
span { border-color: #BFD0CA; }
span { border-color: rgb(191,208,202); }
td.TdClassName
{
border-color: #BFD0CA;
}
.TagClassName
{
border-color: #BFD0CA;
}
</style>