Shades of Pattens Blue #BFE4FE
Tints of Pattens Blue #BFE4FE
RGB
CMYK
RGB Variations
Color information
#BFE4FE (or 0xBFE4FE) is known color: Pattens Blue. HEX triplet: BF, E4 and FE. RGB value is (191,228,254). Sum of RGB (Red+Green+Blue) = 191+228+254=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 228 (89.45% from 255 or 33.88% from 673); Blue value is 254 (99.61% from 255 or 37.74% from 673); Max value from RGB is 254 - color contains mainly: blue. Hex color #BFE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4FE is #401B01. Grayscale: #DBDBDB. Windows color (decimal): -4201218 or 16704703. OLE color: 16704703.
HSL color Cylindrical-coordinate representation of color #BFE4FE: hue angle of 204.76º 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 #BFE4FE is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 191 | 228 | 254 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.00 |
| HSL | 204.76º | 0.97% | 0.87% | - |
| HSV(B) | 204.76º | 0.25% | 1% | - |
| XYZ | 67.12 | 73.72 | 104.46 | - |
| YUV | 219.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 254 | 0.25 | 0.10 | 0 | 0.00 | 204.76 | 0.97 | 0.87 |
| Hex | BF | E4 | FE | 19 | A | 0 | 0 | CD | 61 | 57 |
| Octal | 277 | 344 | 376 | 31 | 12 | 0 | 0 | 315 | 141 | 127 |
| Binary | 10111111 | 11100100 | 11111110 | 11001 | 1010 | 0 | 0 | 11001101 | 1100001 | 1010111 |
Color Harmonies of #BFE4FE
Complementary color
Monochromatic Colors of #BFE4FE
Black with #BFE4FE
Text Example
Text Example
White with #BFE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4FE; }
p { color: rgb(191,228,254); }
H1.HeaderClassName
{
color: #BFE4FE;
}
.AnyTagClassName
{
color: #BFE4FE;
}
</style>
background-color css
<style>
a { background-color: #BFE4FE; }
a { background-color: rgb(191,228,254); }
div.DivClassName
{
background-color: #BFE4FE;
}
.BgClassName
{
background-color: #BFE4FE;
}
</style>
border-color css
<style>
span { border-color: #BFE4FE; }
span { border-color: rgb(191,228,254); }
td.TdClassName
{
border-color: #BFE4FE;
}
.TagClassName
{
border-color: #BFE4FE;
}
</style>