Shades of Pattens Blue #BFDDF1
Tints of Pattens Blue #BFDDF1
RGB
CMYK
RGB Variations
Color information
#BFDDF1 (or 0xBFDDF1) is known color: Pattens Blue. HEX triplet: BF, DD and F1. RGB value is (191,221,241). Sum of RGB (Red+Green+Blue) = 191+221+241=653 (86% of max value = 765). Red value is 191 (75% from 255 or 29.25% from 653); Green value is 221 (86.72% from 255 or 33.84% from 653); Blue value is 241 (94.53% from 255 or 36.91% from 653); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFDDF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFDDF1 is #40220E. Grayscale: #D6D6D6. Windows color (decimal): -4203023 or 15850943. OLE color: 15850943.
HSL color Cylindrical-coordinate representation of color #BFDDF1: hue angle of 204º degrees, saturation: 0.64, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BFDDF1 is Cyan = 0.21, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 191 | 221 | 241 | - |
| CMYK | 0.21 | 0.08 | 0 | 0.05 |
| HSL | 204º | 0.64% | 0.85% | - |
| HSV(B) | 204º | 0.21% | 0.95% | - |
| XYZ | 63.22 | 69.14 | 93.23 | - |
| YUV | 214.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 221 | 241 | 0.21 | 0.08 | 0 | 0.05 | 204 | 0.64 | 0.85 |
| Hex | BF | DD | F1 | 15 | 8 | 0 | 5 | CC | 40 | 55 |
| Octal | 277 | 335 | 361 | 25 | 10 | 0 | 5 | 314 | 100 | 125 |
| Binary | 10111111 | 11011101 | 11110001 | 10101 | 1000 | 0 | 101 | 11001100 | 1000000 | 1010101 |
Color Harmonies of #BFDDF1
Complementary color
Monochromatic Colors of #BFDDF1
Black with #BFDDF1
Text Example
Text Example
White with #BFDDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFDDF1; }
p { color: rgb(191,221,241); }
H1.HeaderClassName
{
color: #BFDDF1;
}
.AnyTagClassName
{
color: #BFDDF1;
}
</style>
background-color css
<style>
a { background-color: #BFDDF1; }
a { background-color: rgb(191,221,241); }
div.DivClassName
{
background-color: #BFDDF1;
}
.BgClassName
{
background-color: #BFDDF1;
}
</style>
border-color css
<style>
span { border-color: #BFDDF1; }
span { border-color: rgb(191,221,241); }
td.TdClassName
{
border-color: #BFDDF1;
}
.TagClassName
{
border-color: #BFDDF1;
}
</style>