Shades of Pattens Blue #BFE2FE
Tints of Pattens Blue #BFE2FE
RGB
CMYK
RGB Variations
Color information
#BFE2FE (or 0xBFE2FE) is known color: Pattens Blue. HEX triplet: BF, E2 and FE. RGB value is (191,226,254). Sum of RGB (Red+Green+Blue) = 191+226+254=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 226 (88.67% from 255 or 33.68% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2FE is #401D01. Grayscale: #DADADA. Windows color (decimal): -4201730 or 16704191. OLE color: 16704191.
HSL color Cylindrical-coordinate representation of color #BFE2FE: hue angle of 206.67º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE2FE is Cyan = 0.25, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 226 | 254 | - |
| CMYK | 0.25 | 0.11 | 0 | 0.00 |
| HSL | 206.67º | 0.97% | 0.87% | - |
| HSV(B) | 206.67º | 0.25% | 1% | - |
| XYZ | 66.57 | 72.62 | 104.28 | - |
| YUV | 218.73 | 147.9 | 108.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 254 | 0.25 | 0.11 | 0 | 0.00 | 206.67 | 0.97 | 0.87 |
| Hex | BF | E2 | FE | 19 | B | 0 | 0 | CF | 61 | 57 |
| Octal | 277 | 342 | 376 | 31 | 13 | 0 | 0 | 317 | 141 | 127 |
| Binary | 10111111 | 11100010 | 11111110 | 11001 | 1011 | 0 | 0 | 11001111 | 1100001 | 1010111 |
Color Harmonies of #BFE2FE
Complementary color
Monochromatic Colors of #BFE2FE
Black with #BFE2FE
Text Example
Text Example
White with #BFE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2FE; }
p { color: rgb(191,226,254); }
H1.HeaderClassName
{
color: #BFE2FE;
}
.AnyTagClassName
{
color: #BFE2FE;
}
</style>
background-color css
<style>
a { background-color: #BFE2FE; }
a { background-color: rgb(191,226,254); }
div.DivClassName
{
background-color: #BFE2FE;
}
.BgClassName
{
background-color: #BFE2FE;
}
</style>
border-color css
<style>
span { border-color: #BFE2FE; }
span { border-color: rgb(191,226,254); }
td.TdClassName
{
border-color: #BFE2FE;
}
.TagClassName
{
border-color: #BFE2FE;
}
</style>