Shades of Pattens Blue #BFE1FF
Tints of Pattens Blue #BFE1FF
RGB
CMYK
RGB Variations
Color information
#BFE1FF (or 0xBFE1FF) is known color: Pattens Blue. HEX triplet: BF, E1 and FF. RGB value is (191,225,255). Sum of RGB (Red+Green+Blue) = 191+225+255=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 225 (88.28% from 255 or 33.53% from 671); Blue value is 255 (100% from 255 or 38.00% from 671); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFE1FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE1FF is #401E00. Grayscale: #DADADA. Windows color (decimal): -4201985 or 16769471. OLE color: 16769471.
HSL color Cylindrical-coordinate representation of color #BFE1FF: hue angle of 208.12º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE1FF is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 191 | 225 | 255 | - |
| CMYK | 0.25 | 0.12 | 0 | 0 |
| HSL | 208.13º | 1% | 0.87% | - |
| HSV(B) | 208.13º | 0.25% | 1% | - |
| XYZ | 66.46 | 72.15 | 105.03 | - |
| YUV | 218.25 | 148.74 | 108.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 225 | 255 | 0.25 | 0.12 | 0 | 0 | 208.13 | 1 | 0.87 |
| Hex | BF | E1 | FF | 19 | C | 0 | 0 | D0 | 64 | 57 |
| Octal | 277 | 341 | 377 | 31 | 14 | 0 | 0 | 320 | 144 | 127 |
| Binary | 10111111 | 11100001 | 11111111 | 11001 | 1100 | 0 | 0 | 11010000 | 1100100 | 1010111 |
Color Harmonies of #BFE1FF
Complementary color
Monochromatic Colors of #BFE1FF
Black with #BFE1FF
Text Example
Text Example
White with #BFE1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE1FF; }
p { color: rgb(191,225,255); }
H1.HeaderClassName
{
color: #BFE1FF;
}
.AnyTagClassName
{
color: #BFE1FF;
}
</style>
background-color css
<style>
a { background-color: #BFE1FF; }
a { background-color: rgb(191,225,255); }
div.DivClassName
{
background-color: #BFE1FF;
}
.BgClassName
{
background-color: #BFE1FF;
}
</style>
border-color css
<style>
span { border-color: #BFE1FF; }
span { border-color: rgb(191,225,255); }
td.TdClassName
{
border-color: #BFE1FF;
}
.TagClassName
{
border-color: #BFE1FF;
}
</style>