Shades of Pattens Blue #BFE5FD
Tints of Pattens Blue #BFE5FD
RGB
CMYK
RGB Variations
Color information
#BFE5FD (or 0xBFE5FD) is known color: Pattens Blue. HEX triplet: BF, E5 and FD. RGB value is (191,229,253). Sum of RGB (Red+Green+Blue) = 191+229+253=673 (89% of max value = 765). Red value is 191 (75% from 255 or 28.38% from 673); Green value is 229 (89.84% from 255 or 34.03% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFE5FD is #401A02. Grayscale: #DCDCDC. Windows color (decimal): -4200963 or 16639423. OLE color: 16639423.
HSL color Cylindrical-coordinate representation of color #BFE5FD: hue angle of 203.23º 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 #BFE5FD is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 191 | 229 | 253 | - |
| CMYK | 0.25 | 0.09 | 0 | 0.01 |
| HSL | 203.23º | 0.94% | 0.87% | - |
| HSV(B) | 203.23º | 0.25% | 0.99% | - |
| XYZ | 67.23 | 74.21 | 103.71 | - |
| YUV | 220.37 | 146.41 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 229 | 253 | 0.25 | 0.09 | 0 | 0.01 | 203.23 | 0.94 | 0.87 |
| Hex | BF | E5 | FD | 19 | 9 | 0 | 1 | CB | 5E | 57 |
| Octal | 277 | 345 | 375 | 31 | 11 | 0 | 1 | 313 | 136 | 127 |
| Binary | 10111111 | 11100101 | 11111101 | 11001 | 1001 | 0 | 1 | 11001011 | 1011110 | 1010111 |
Color Harmonies of #BFE5FD
Complementary color
Monochromatic Colors of #BFE5FD
Black with #BFE5FD
Text Example
Text Example
White with #BFE5FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFE5FD; }
p { color: rgb(191,229,253); }
H1.HeaderClassName
{
color: #BFE5FD;
}
.AnyTagClassName
{
color: #BFE5FD;
}
</style>
background-color css
<style>
a { background-color: #BFE5FD; }
a { background-color: rgb(191,229,253); }
div.DivClassName
{
background-color: #BFE5FD;
}
.BgClassName
{
background-color: #BFE5FD;
}
</style>
border-color css
<style>
span { border-color: #BFE5FD; }
span { border-color: rgb(191,229,253); }
td.TdClassName
{
border-color: #BFE5FD;
}
.TagClassName
{
border-color: #BFE5FD;
}
</style>