Shades of Pattens Blue #BFE3FD
Tints of Pattens Blue #BFE3FD
RGB
CMYK
RGB Variations
Color information
#BFE3FD (or 0xBFE3FD) is known color: Pattens Blue. HEX triplet: BF, E3 and FD. RGB value is (191,227,253). Sum of RGB (Red+Green+Blue) = 191+227+253=671 (88% of max value = 765). Red value is 191 (75% from 255 or 28.46% from 671); Green value is 227 (89.06% from 255 or 33.83% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE3FD is #401C02. Grayscale: #DBDBDB. Windows color (decimal): -4201475 or 16638911. OLE color: 16638911.
HSL color Cylindrical-coordinate representation of color #BFE3FD: hue angle of 205.16º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFE3FD is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 227 | 253 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.01 |
| HSL | 205.16º | 0.94% | 0.87% | - |
| HSV(B) | 205.16º | 0.25% | 0.99% | - |
| XYZ | 66.68 | 73.11 | 103.52 | - |
| YUV | 219.2 | 147.07 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 227 | 253 | 0.25 | 0.10 | 0 | 0.01 | 205.16 | 0.94 | 0.87 |
| Hex | BF | E3 | FD | 19 | A | 0 | 1 | CD | 5E | 57 |
| Octal | 277 | 343 | 375 | 31 | 12 | 0 | 1 | 315 | 136 | 127 |
| Binary | 10111111 | 11100011 | 11111101 | 11001 | 1010 | 0 | 1 | 11001101 | 1011110 | 1010111 |
Color Harmonies of #BFE3FD
Complementary color
Monochromatic Colors of #BFE3FD
Black with #BFE3FD
Text Example
Text Example
White with #BFE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE3FD; }
p { color: rgb(191,227,253); }
H1.HeaderClassName
{
color: #BFE3FD;
}
.AnyTagClassName
{
color: #BFE3FD;
}
</style>
background-color css
<style>
a { background-color: #BFE3FD; }
a { background-color: rgb(191,227,253); }
div.DivClassName
{
background-color: #BFE3FD;
}
.BgClassName
{
background-color: #BFE3FD;
}
</style>
border-color css
<style>
span { border-color: #BFE3FD; }
span { border-color: rgb(191,227,253); }
td.TdClassName
{
border-color: #BFE3FD;
}
.TagClassName
{
border-color: #BFE3FD;
}
</style>