Shades of Pattens Blue #BFDFF6
Tints of Pattens Blue #BFDFF6
RGB
CMYK
RGB Variations
Color information
#BFDFF6 (or 0xBFDFF6) is known color: Pattens Blue. HEX triplet: BF, DF and F6. RGB value is (191,223,246). Sum of RGB (Red+Green+Blue) = 191+223+246=660 (87% of max value = 765). Red value is 191 (75% from 255 or 28.94% from 660); Green value is 223 (87.5% from 255 or 33.79% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #BFDFF6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDFF6 is #402009. Grayscale: #D7D7D7. Windows color (decimal): -4202506 or 16179135. OLE color: 16179135.
HSL color Cylindrical-coordinate representation of color #BFDFF6: hue angle of 205.09º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFDFF6 is Cyan = 0.22, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 223 | 246 | - |
| CMYK | 0.22 | 0.09 | 0 | 0.04 |
| HSL | 205.09º | 0.75% | 0.86% | - |
| HSV(B) | 205.09º | 0.22% | 0.96% | - |
| XYZ | 64.51 | 70.51 | 97.4 | - |
| YUV | 216.05 | 144.9 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 223 | 246 | 0.22 | 0.09 | 0 | 0.04 | 205.09 | 0.75 | 0.86 |
| Hex | BF | DF | F6 | 16 | 9 | 0 | 4 | CD | 4B | 56 |
| Octal | 277 | 337 | 366 | 26 | 11 | 0 | 4 | 315 | 113 | 126 |
| Binary | 10111111 | 11011111 | 11110110 | 10110 | 1001 | 0 | 100 | 11001101 | 1001011 | 1010110 |
Color Harmonies of #BFDFF6
Complementary color
Monochromatic Colors of #BFDFF6
Black with #BFDFF6
Text Example
Text Example
White with #BFDFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDFF6; }
p { color: rgb(191,223,246); }
H1.HeaderClassName
{
color: #BFDFF6;
}
.AnyTagClassName
{
color: #BFDFF6;
}
</style>
background-color css
<style>
a { background-color: #BFDFF6; }
a { background-color: rgb(191,223,246); }
div.DivClassName
{
background-color: #BFDFF6;
}
.BgClassName
{
background-color: #BFDFF6;
}
</style>
border-color css
<style>
span { border-color: #BFDFF6; }
span { border-color: rgb(191,223,246); }
td.TdClassName
{
border-color: #BFDFF6;
}
.TagClassName
{
border-color: #BFDFF6;
}
</style>