Shades of Pattens Blue #BFD9EC
Tints of Pattens Blue #BFD9EC
RGB
CMYK
RGB Variations
Color information
#BFD9EC (or 0xBFD9EC) is known color: Pattens Blue. HEX triplet: BF, D9 and EC. RGB value is (191,217,236). Sum of RGB (Red+Green+Blue) = 191+217+236=644 (85% of max value = 765). Red value is 191 (75% from 255 or 29.66% from 644); Green value is 217 (85.16% from 255 or 33.70% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFD9EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFD9EC is #402613. Grayscale: #D3D3D3. Windows color (decimal): -4204052 or 15522239. OLE color: 15522239.
HSL color Cylindrical-coordinate representation of color #BFD9EC: hue angle of 205.33º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFD9EC is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 191 | 217 | 236 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.07 |
| HSL | 205.33º | 0.54% | 0.84% | - |
| HSV(B) | 205.33º | 0.19% | 0.93% | - |
| XYZ | 61.44 | 66.76 | 89 | - |
| YUV | 211.39 | 141.89 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 217 | 236 | 0.19 | 0.08 | 0 | 0.07 | 205.33 | 0.54 | 0.84 |
| Hex | BF | D9 | EC | 13 | 8 | 0 | 7 | CD | 36 | 54 |
| Octal | 277 | 331 | 354 | 23 | 10 | 0 | 7 | 315 | 66 | 124 |
| Binary | 10111111 | 11011001 | 11101100 | 10011 | 1000 | 0 | 111 | 11001101 | 110110 | 1010100 |
Color Harmonies of #BFD9EC
Complementary color
Monochromatic Colors of #BFD9EC
Black with #BFD9EC
Text Example
Text Example
White with #BFD9EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD9EC; }
p { color: rgb(191,217,236); }
H1.HeaderClassName
{
color: #BFD9EC;
}
.AnyTagClassName
{
color: #BFD9EC;
}
</style>
background-color css
<style>
a { background-color: #BFD9EC; }
a { background-color: rgb(191,217,236); }
div.DivClassName
{
background-color: #BFD9EC;
}
.BgClassName
{
background-color: #BFD9EC;
}
</style>
border-color css
<style>
span { border-color: #BFD9EC; }
span { border-color: rgb(191,217,236); }
td.TdClassName
{
border-color: #BFD9EC;
}
.TagClassName
{
border-color: #BFD9EC;
}
</style>