Shades of Pattens Blue #BFE5FB
Tints of Pattens Blue #BFE5FB
RGB
CMYK
RGB Variations
Color information
#BFE5FB (or 0xBFE5FB) is known color: Pattens Blue. HEX triplet: BF, E5 and FB. RGB value is (191,229,251). Sum of RGB (Red+Green+Blue) = 191+229+251=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 251 (98.44% from 255 or 37.41% from 671); Max value from RGB is 251 - color contains mainly: blue. Hex color #BFE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5FB is #401A04. Grayscale: #DCDCDC. Windows color (decimal): -4200965 or 16508351. OLE color: 16508351.
HSL color Cylindrical-coordinate representation of color #BFE5FB: hue angle of 202º 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 #BFE5FB is Cyan = 0.24, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 229 | 251 | - |
| CMYK | 0.24 | 0.09 | 0 | 0.02 |
| HSL | 202º | 0.88% | 0.87% | - |
| HSV(B) | 202º | 0.24% | 0.98% | - |
| XYZ | 66.92 | 74.08 | 102.04 | - |
| YUV | 220.15 | 145.41 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 251 | 0.24 | 0.09 | 0 | 0.02 | 202 | 0.88 | 0.87 |
| Hex | BF | E5 | FB | 18 | 9 | 0 | 2 | CA | 58 | 57 |
| Octal | 277 | 345 | 373 | 30 | 11 | 0 | 2 | 312 | 130 | 127 |
| Binary | 10111111 | 11100101 | 11111011 | 11000 | 1001 | 0 | 10 | 11001010 | 1011000 | 1010111 |
Color Harmonies of #BFE5FB
Complementary color
Monochromatic Colors of #BFE5FB
Black with #BFE5FB
Text Example
Text Example
White with #BFE5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5FB; }
p { color: rgb(191,229,251); }
H1.HeaderClassName
{
color: #BFE5FB;
}
.AnyTagClassName
{
color: #BFE5FB;
}
</style>
background-color css
<style>
a { background-color: #BFE5FB; }
a { background-color: rgb(191,229,251); }
div.DivClassName
{
background-color: #BFE5FB;
}
.BgClassName
{
background-color: #BFE5FB;
}
</style>
border-color css
<style>
span { border-color: #BFE5FB; }
span { border-color: rgb(191,229,251); }
td.TdClassName
{
border-color: #BFE5FB;
}
.TagClassName
{
border-color: #BFE5FB;
}
</style>