Shades of Pattens Blue #BFE2F8
Tints of Pattens Blue #BFE2F8
RGB
CMYK
RGB Variations
Color information
#BFE2F8 (or 0xBFE2F8) is known color: Pattens Blue. HEX triplet: BF, E2 and F8. RGB value is (191,226,248). Sum of RGB (Red+Green+Blue) = 191+226+248=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 226 (88.67% from 255 or 33.98% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFE2F8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE2F8 is #401D07. Grayscale: #D9D9D9. Windows color (decimal): -4201736 or 16310975. OLE color: 16310975.
HSL color Cylindrical-coordinate representation of color #BFE2F8: hue angle of 203.16º degrees, saturation: 0.8, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFE2F8 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 191 | 226 | 248 | - |
| CMYK | 0.23 | 0.09 | 0 | 0.03 |
| HSL | 203.16º | 0.8% | 0.86% | - |
| HSV(B) | 203.16º | 0.23% | 0.97% | - |
| XYZ | 65.63 | 72.25 | 99.29 | - |
| YUV | 218.04 | 144.9 | 108.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 226 | 248 | 0.23 | 0.09 | 0 | 0.03 | 203.16 | 0.8 | 0.86 |
| Hex | BF | E2 | F8 | 17 | 9 | 0 | 3 | CB | 50 | 56 |
| Octal | 277 | 342 | 370 | 27 | 11 | 0 | 3 | 313 | 120 | 126 |
| Binary | 10111111 | 11100010 | 11111000 | 10111 | 1001 | 0 | 11 | 11001011 | 1010000 | 1010110 |
Color Harmonies of #BFE2F8
Complementary color
Monochromatic Colors of #BFE2F8
Black with #BFE2F8
Text Example
Text Example
White with #BFE2F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE2F8; }
p { color: rgb(191,226,248); }
H1.HeaderClassName
{
color: #BFE2F8;
}
.AnyTagClassName
{
color: #BFE2F8;
}
</style>
background-color css
<style>
a { background-color: #BFE2F8; }
a { background-color: rgb(191,226,248); }
div.DivClassName
{
background-color: #BFE2F8;
}
.BgClassName
{
background-color: #BFE2F8;
}
</style>
border-color css
<style>
span { border-color: #BFE2F8; }
span { border-color: rgb(191,226,248); }
td.TdClassName
{
border-color: #BFE2F8;
}
.TagClassName
{
border-color: #BFE2F8;
}
</style>