Shades of Pattens Blue #BFE0FA
Tints of Pattens Blue #BFE0FA
RGB
CMYK
RGB Variations
Color information
#BFE0FA (or 0xBFE0FA) is known color: Pattens Blue. HEX triplet: BF, E0 and FA. RGB value is (191,224,250). Sum of RGB (Red+Green+Blue) = 191+224+250=665 (88% of max value = 765). Red value is 191 (75% from 255 or 28.72% from 665); Green value is 224 (87.89% from 255 or 33.68% from 665); Blue value is 250 (98.05% from 255 or 37.59% from 665); Max value from RGB is 250 - color contains mainly: blue. Hex color #BFE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE0FA is #401F05. Grayscale: #D8D8D8. Windows color (decimal): -4202246 or 16441535. OLE color: 16441535.
HSL color Cylindrical-coordinate representation of color #BFE0FA: hue angle of 206.44º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFE0FA is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 191 | 224 | 250 | - |
| CMYK | 0.24 | 0.10 | 0 | 0.02 |
| HSL | 206.44º | 0.86% | 0.86% | - |
| HSV(B) | 206.44º | 0.24% | 0.98% | - |
| XYZ | 65.4 | 71.29 | 100.76 | - |
| YUV | 217.1 | 146.57 | 109.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 224 | 250 | 0.24 | 0.10 | 0 | 0.02 | 206.44 | 0.86 | 0.86 |
| Hex | BF | E0 | FA | 18 | A | 0 | 2 | CE | 56 | 56 |
| Octal | 277 | 340 | 372 | 30 | 12 | 0 | 2 | 316 | 126 | 126 |
| Binary | 10111111 | 11100000 | 11111010 | 11000 | 1010 | 0 | 10 | 11001110 | 1010110 | 1010110 |
Color Harmonies of #BFE0FA
Complementary color
Monochromatic Colors of #BFE0FA
Black with #BFE0FA
Text Example
Text Example
White with #BFE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE0FA; }
p { color: rgb(191,224,250); }
H1.HeaderClassName
{
color: #BFE0FA;
}
.AnyTagClassName
{
color: #BFE0FA;
}
</style>
background-color css
<style>
a { background-color: #BFE0FA; }
a { background-color: rgb(191,224,250); }
div.DivClassName
{
background-color: #BFE0FA;
}
.BgClassName
{
background-color: #BFE0FA;
}
</style>
border-color css
<style>
span { border-color: #BFE0FA; }
span { border-color: rgb(191,224,250); }
td.TdClassName
{
border-color: #BFE0FA;
}
.TagClassName
{
border-color: #BFE0FA;
}
</style>