Shades of Pattens Blue #BFE4FB
Tints of Pattens Blue #BFE4FB
RGB
CMYK
RGB Variations
Color information
#BFE4FB (or 0xBFE4FB) is known color: Pattens Blue. HEX triplet: BF, E4 and FB. RGB value is (191,228,251). Sum of RGB (Red+Green+Blue) = 191+228+251=670 (88% of max value = 765). Red value is 191 (75% from 255 or 28.51% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFE4FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE4FB is #401B04. Grayscale: #DBDBDB. Windows color (decimal): -4201221 or 16508095. OLE color: 16508095.
HSL color Cylindrical-coordinate representation of color #BFE4FB: hue angle of 203º degrees, saturation: 0.88, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE4FB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 228 | 251 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.02 |
| HSL | 203º | 0.88% | 0.87% | - |
| HSV(B) | 203º | 0.24% | 0.98% | - |
| XYZ | 66.64 | 73.53 | 101.95 | - |
| YUV | 219.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 228 | 251 | 0.24 | 0.09 | 0 | 0.02 | 203 | 0.88 | 0.87 |
| Hex | BF | E4 | FB | 18 | 9 | 0 | 2 | CB | 58 | 57 |
| Octal | 277 | 344 | 373 | 30 | 11 | 0 | 2 | 313 | 130 | 127 |
| Binary | 10111111 | 11100100 | 11111011 | 11000 | 1001 | 0 | 10 | 11001011 | 1011000 | 1010111 |
Color Harmonies of #BFE4FB
Complementary color
Monochromatic Colors of #BFE4FB
Black with #BFE4FB
Text Example
Text Example
White with #BFE4FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE4FB; }
p { color: rgb(191,228,251); }
H1.HeaderClassName
{
color: #BFE4FB;
}
.AnyTagClassName
{
color: #BFE4FB;
}
</style>
background-color css
<style>
a { background-color: #BFE4FB; }
a { background-color: rgb(191,228,251); }
div.DivClassName
{
background-color: #BFE4FB;
}
.BgClassName
{
background-color: #BFE4FB;
}
</style>
border-color css
<style>
span { border-color: #BFE4FB; }
span { border-color: rgb(191,228,251); }
td.TdClassName
{
border-color: #BFE4FB;
}
.TagClassName
{
border-color: #BFE4FB;
}
</style>