Shades of Jet Stream #BFD2CC
Tints of Jet Stream #BFD2CC
RGB
CMYK
RGB Variations
Color information
#BFD2CC (or 0xBFD2CC) is known color: Jet Stream. HEX triplet: BF, D2 and CC. RGB value is (191,210,204). Sum of RGB (Red+Green+Blue) = 191+210+204=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 210 (82.42% from 255 or 34.71% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 210 - color contains mainly: green. Hex color #BFD2CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFD2CC is #402D33. Grayscale: #CBCBCB. Windows color (decimal): -4205876 or 13423295. OLE color: 13423295.
HSL color Cylindrical-coordinate representation of color #BFD2CC: hue angle of 161.05º degrees, saturation: 0.17, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #BFD2CC is Cyan = 0.09, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 191 | 210 | 204 | - |
| CMYK | 0.09 | 0 | 0.03 | 0.18 |
| HSL | 161.05º | 0.17% | 0.79% | - |
| HSV(B) | 161.05º | 0.09% | 0.82% | - |
| XYZ | 55.43 | 61.53 | 66.08 | - |
| YUV | 203.64 | 128.21 | 118.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 210 | 204 | 0.09 | 0 | 0.03 | 0.18 | 161.05 | 0.17 | 0.79 |
| Hex | BF | D2 | CC | 9 | 0 | 3 | 12 | A1 | 11 | 4F |
| Octal | 277 | 322 | 314 | 11 | 0 | 3 | 22 | 241 | 21 | 117 |
| Binary | 10111111 | 11010010 | 11001100 | 1001 | 0 | 11 | 10010 | 10100001 | 10001 | 1001111 |
Color Harmonies of #BFD2CC
Complementary color
Monochromatic Colors of #BFD2CC
Black with #BFD2CC
Text Example
Text Example
White with #BFD2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD2CC; }
p { color: rgb(191,210,204); }
H1.HeaderClassName
{
color: #BFD2CC;
}
.AnyTagClassName
{
color: #BFD2CC;
}
</style>
background-color css
<style>
a { background-color: #BFD2CC; }
a { background-color: rgb(191,210,204); }
div.DivClassName
{
background-color: #BFD2CC;
}
.BgClassName
{
background-color: #BFD2CC;
}
</style>
border-color css
<style>
span { border-color: #BFD2CC; }
span { border-color: rgb(191,210,204); }
td.TdClassName
{
border-color: #BFD2CC;
}
.TagClassName
{
border-color: #BFD2CC;
}
</style>