Shades of Pattens Blue #BBE1FC
Tints of Pattens Blue #BBE1FC
RGB
CMYK
RGB Variations
Color information
#BBE1FC (or 0xBBE1FC) is known color: Pattens Blue. HEX triplet: BB, E1 and FC. RGB value is (187,225,252). Sum of RGB (Red+Green+Blue) = 187+225+252=664 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.16% from 664); Green value is 225 (88.28% from 255 or 33.89% from 664); Blue value is 252 (98.83% from 255 or 37.95% from 664); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBE1FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE1FC is #441E03. Grayscale: #D8D8D8. Windows color (decimal): -4464132 or 16572859. OLE color: 16572859.
HSL color Cylindrical-coordinate representation of color #BBE1FC: hue angle of 204.92º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE1FC is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 225 | 252 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.01 |
| HSL | 204.92º | 0.92% | 0.86% | - |
| HSV(B) | 204.92º | 0.26% | 0.99% | - |
| XYZ | 64.99 | 71.44 | 102.46 | - |
| YUV | 216.72 | 147.91 | 106.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 225 | 252 | 0.26 | 0.11 | 0 | 0.01 | 204.92 | 0.92 | 0.86 |
| Hex | BB | E1 | FC | 1A | B | 0 | 1 | CD | 5C | 56 |
| Octal | 273 | 341 | 374 | 32 | 13 | 0 | 1 | 315 | 134 | 126 |
| Binary | 10111011 | 11100001 | 11111100 | 11010 | 1011 | 0 | 1 | 11001101 | 1011100 | 1010110 |
Color Harmonies of #BBE1FC
Complementary color
Monochromatic Colors of #BBE1FC
Black with #BBE1FC
Text Example
Text Example
White with #BBE1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE1FC; }
p { color: rgb(187,225,252); }
H1.HeaderClassName
{
color: #BBE1FC;
}
.AnyTagClassName
{
color: #BBE1FC;
}
</style>
background-color css
<style>
a { background-color: #BBE1FC; }
a { background-color: rgb(187,225,252); }
div.DivClassName
{
background-color: #BBE1FC;
}
.BgClassName
{
background-color: #BBE1FC;
}
</style>
border-color css
<style>
span { border-color: #BBE1FC; }
span { border-color: rgb(187,225,252); }
td.TdClassName
{
border-color: #BBE1FC;
}
.TagClassName
{
border-color: #BBE1FC;
}
</style>