Shades of Jet Stream #BFDACE
Tints of Jet Stream #BFDACE
RGB
CMYK
RGB Variations
Color information
#BFDACE (or 0xBFDACE) is known color: Jet Stream. HEX triplet: BF, DA and CE. RGB value is (191,218,206). Sum of RGB (Red+Green+Blue) = 191+218+206=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 206 (80.86% from 255 or 33.50% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #BFDACE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFDACE is #402531. Grayscale: #D0D0D0. Windows color (decimal): -4203826 or 13556415. OLE color: 13556415.
HSL color Cylindrical-coordinate representation of color #BFDACE: hue angle of 153.33º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BFDACE is Cyan = 0.12, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 191 | 218 | 206 | - |
| CMYK | 0.12 | 0 | 0.06 | 0.15 |
| HSL | 153.33º | 0.27% | 0.8% | - |
| HSV(B) | 153.33º | 0.12% | 0.85% | - |
| XYZ | 57.7 | 65.68 | 68.03 | - |
| YUV | 208.56 | 126.55 | 115.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 218 | 206 | 0.12 | 0 | 0.06 | 0.15 | 153.33 | 0.27 | 0.8 |
| Hex | BF | DA | CE | C | 0 | 6 | F | 99 | 1B | 50 |
| Octal | 277 | 332 | 316 | 14 | 0 | 6 | 17 | 231 | 33 | 120 |
| Binary | 10111111 | 11011010 | 11001110 | 1100 | 0 | 110 | 1111 | 10011001 | 11011 | 1010000 |
Color Harmonies of #BFDACE
Complementary color
Monochromatic Colors of #BFDACE
Black with #BFDACE
Text Example
Text Example
White with #BFDACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDACE; }
p { color: rgb(191,218,206); }
H1.HeaderClassName
{
color: #BFDACE;
}
.AnyTagClassName
{
color: #BFDACE;
}
</style>
background-color css
<style>
a { background-color: #BFDACE; }
a { background-color: rgb(191,218,206); }
div.DivClassName
{
background-color: #BFDACE;
}
.BgClassName
{
background-color: #BFDACE;
}
</style>
border-color css
<style>
span { border-color: #BFDACE; }
span { border-color: rgb(191,218,206); }
td.TdClassName
{
border-color: #BFDACE;
}
.TagClassName
{
border-color: #BFDACE;
}
</style>