Shades of Pattens Blue #BBE3FD
Tints of Pattens Blue #BBE3FD
RGB
CMYK
RGB Variations
Color information
#BBE3FD (or 0xBBE3FD) is known color: Pattens Blue. HEX triplet: BB, E3 and FD. RGB value is (187,227,253). Sum of RGB (Red+Green+Blue) = 187+227+253=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 227 (89.06% from 255 or 34.03% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE3FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3FD is #441C02. Grayscale: #D9D9D9. Windows color (decimal): -4463619 or 16638907. OLE color: 16638907.
HSL color Cylindrical-coordinate representation of color #BBE3FD: hue angle of 203.64º degrees, saturation: 0.94, 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 #BBE3FD is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 227 | 253 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.01 |
| HSL | 203.64º | 0.94% | 0.86% | - |
| HSV(B) | 203.64º | 0.26% | 0.99% | - |
| XYZ | 65.69 | 72.59 | 103.48 | - |
| YUV | 218 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 253 | 0.26 | 0.10 | 0 | 0.01 | 203.64 | 0.94 | 0.86 |
| Hex | BB | E3 | FD | 1A | A | 0 | 1 | CC | 5E | 56 |
| Octal | 273 | 343 | 375 | 32 | 12 | 0 | 1 | 314 | 136 | 126 |
| Binary | 10111011 | 11100011 | 11111101 | 11010 | 1010 | 0 | 1 | 11001100 | 1011110 | 1010110 |
Color Harmonies of #BBE3FD
Complementary color
Monochromatic Colors of #BBE3FD
Black with #BBE3FD
Text Example
Text Example
White with #BBE3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3FD; }
p { color: rgb(187,227,253); }
H1.HeaderClassName
{
color: #BBE3FD;
}
.AnyTagClassName
{
color: #BBE3FD;
}
</style>
background-color css
<style>
a { background-color: #BBE3FD; }
a { background-color: rgb(187,227,253); }
div.DivClassName
{
background-color: #BBE3FD;
}
.BgClassName
{
background-color: #BBE3FD;
}
</style>
border-color css
<style>
span { border-color: #BBE3FD; }
span { border-color: rgb(187,227,253); }
td.TdClassName
{
border-color: #BBE3FD;
}
.TagClassName
{
border-color: #BBE3FD;
}
</style>