Shades of Jet Stream #BFD5CA
Tints of Jet Stream #BFD5CA
RGB
CMYK
RGB Variations
Color information
#BFD5CA (or 0xBFD5CA) is known color: Jet Stream. HEX triplet: BF, D5 and CA. RGB value is (191,213,202). Sum of RGB (Red+Green+Blue) = 191+213+202=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 213 (83.59% from 255 or 35.15% from 606); Blue value is 202 (79.30% from 255 or 33.33% from 606); Max value from RGB is 213 - color contains mainly: green. Hex color #BFD5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD5CA is #402A35. Grayscale: #CDCDCD. Windows color (decimal): -4205110 or 13292991. OLE color: 13292991.
HSL color Cylindrical-coordinate representation of color #BFD5CA: hue angle of 150º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFD5CA is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 213 | 202 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.16 |
| HSL | 150º | 0.21% | 0.79% | - |
| HSV(B) | 150º | 0.1% | 0.84% | - |
| XYZ | 55.94 | 62.93 | 65.08 | - |
| YUV | 205.17 | 126.21 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 213 | 202 | 0.10 | 0 | 0.05 | 0.16 | 150 | 0.21 | 0.79 |
| Hex | BF | D5 | CA | A | 0 | 5 | 10 | 96 | 15 | 4F |
| Octal | 277 | 325 | 312 | 12 | 0 | 5 | 20 | 226 | 25 | 117 |
| Binary | 10111111 | 11010101 | 11001010 | 1010 | 0 | 101 | 10000 | 10010110 | 10101 | 1001111 |
Color Harmonies of #BFD5CA
Complementary color
Monochromatic Colors of #BFD5CA
Black with #BFD5CA
Text Example
Text Example
White with #BFD5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD5CA; }
p { color: rgb(191,213,202); }
H1.HeaderClassName
{
color: #BFD5CA;
}
.AnyTagClassName
{
color: #BFD5CA;
}
</style>
background-color css
<style>
a { background-color: #BFD5CA; }
a { background-color: rgb(191,213,202); }
div.DivClassName
{
background-color: #BFD5CA;
}
.BgClassName
{
background-color: #BFD5CA;
}
</style>
border-color css
<style>
span { border-color: #BFD5CA; }
span { border-color: rgb(191,213,202); }
td.TdClassName
{
border-color: #BFD5CA;
}
.TagClassName
{
border-color: #BFD5CA;
}
</style>