Shades of Pattens Blue #BFE1F5
Tints of Pattens Blue #BFE1F5
RGB
CMYK
RGB Variations
Color information
#BFE1F5 (or 0xBFE1F5) is known color: Pattens Blue. HEX triplet: BF, E1 and F5. RGB value is (191,225,245). Sum of RGB (Red+Green+Blue) = 191+225+245=661 (87% of max value = 765). Red value is 191 (75% from 255 or 28.90% from 661); Green value is 225 (88.28% from 255 or 34.04% from 661); Blue value is 245 (96.09% from 255 or 37.07% from 661); Max value from RGB is 245 - color contains mainly: blue. Hex color #BFE1F5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1F5 is #401E0A. Grayscale: #D9D9D9. Windows color (decimal): -4201995 or 16114111. OLE color: 16114111.
HSL color Cylindrical-coordinate representation of color #BFE1F5: hue angle of 202.22º degrees, saturation: 0.73, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFE1F5 is Cyan = 0.22, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 191 | 225 | 245 | - |
| CMYK | 0.22 | 0.08 | 0 | 0.04 |
| HSL | 202.22º | 0.73% | 0.85% | - |
| HSV(B) | 202.22º | 0.22% | 0.96% | - |
| XYZ | 64.89 | 71.52 | 96.77 | - |
| YUV | 217.11 | 143.74 | 109.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 245 | 0.22 | 0.08 | 0 | 0.04 | 202.22 | 0.73 | 0.85 |
| Hex | BF | E1 | F5 | 16 | 8 | 0 | 4 | CA | 49 | 55 |
| Octal | 277 | 341 | 365 | 26 | 10 | 0 | 4 | 312 | 111 | 125 |
| Binary | 10111111 | 11100001 | 11110101 | 10110 | 1000 | 0 | 100 | 11001010 | 1001001 | 1010101 |
Color Harmonies of #BFE1F5
Complementary color
Monochromatic Colors of #BFE1F5
Black with #BFE1F5
Text Example
Text Example
White with #BFE1F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1F5; }
p { color: rgb(191,225,245); }
H1.HeaderClassName
{
color: #BFE1F5;
}
.AnyTagClassName
{
color: #BFE1F5;
}
</style>
background-color css
<style>
a { background-color: #BFE1F5; }
a { background-color: rgb(191,225,245); }
div.DivClassName
{
background-color: #BFE1F5;
}
.BgClassName
{
background-color: #BFE1F5;
}
</style>
border-color css
<style>
span { border-color: #BFE1F5; }
span { border-color: rgb(191,225,245); }
td.TdClassName
{
border-color: #BFE1F5;
}
.TagClassName
{
border-color: #BFE1F5;
}
</style>