Shades of Pattens Blue #BFDFF7
Tints of Pattens Blue #BFDFF7
RGB
CMYK
RGB Variations
Color information
#BFDFF7 (or 0xBFDFF7) is known color: Pattens Blue. HEX triplet: BF, DF and F7. RGB value is (191,223,247). Sum of RGB (Red+Green+Blue) = 191+223+247=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 247 (96.88% from 255 or 37.37% from 661); Max value from RGB is 247 - color contains mainly: blue. Hex color #BFDFF7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF7 is #402008. Grayscale: #D8D8D8. Windows color (decimal): -4202505 or 16244671. OLE color: 16244671.
HSL color Cylindrical-coordinate representation of color #BFDFF7: hue angle of 205.71º degrees, saturation: 0.78, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFDFF7 is Cyan = 0.23, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 223 | 247 | - |
| CMYK | 0.23 | 0.10 | 0 | 0.03 |
| HSL | 205.71º | 0.78% | 0.86% | - |
| HSV(B) | 205.71º | 0.23% | 0.97% | - |
| XYZ | 64.66 | 70.57 | 98.21 | - |
| YUV | 216.17 | 145.4 | 110.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 247 | 0.23 | 0.10 | 0 | 0.03 | 205.71 | 0.78 | 0.86 |
| Hex | BF | DF | F7 | 17 | A | 0 | 3 | CE | 4E | 56 |
| Octal | 277 | 337 | 367 | 27 | 12 | 0 | 3 | 316 | 116 | 126 |
| Binary | 10111111 | 11011111 | 11110111 | 10111 | 1010 | 0 | 11 | 11001110 | 1001110 | 1010110 |
Color Harmonies of #BFDFF7
Complementary color
Monochromatic Colors of #BFDFF7
Black with #BFDFF7
Text Example
Text Example
White with #BFDFF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFF7; }
p { color: rgb(191,223,247); }
H1.HeaderClassName
{
color: #BFDFF7;
}
.AnyTagClassName
{
color: #BFDFF7;
}
</style>
background-color css
<style>
a { background-color: #BFDFF7; }
a { background-color: rgb(191,223,247); }
div.DivClassName
{
background-color: #BFDFF7;
}
.BgClassName
{
background-color: #BFDFF7;
}
</style>
border-color css
<style>
span { border-color: #BFDFF7; }
span { border-color: rgb(191,223,247); }
td.TdClassName
{
border-color: #BFDFF7;
}
.TagClassName
{
border-color: #BFDFF7;
}
</style>