Shades of Pattens Blue #BBE2FD
Tints of Pattens Blue #BBE2FD
RGB
CMYK
RGB Variations
Color information
#BBE2FD (or 0xBBE2FD) is known color: Pattens Blue. HEX triplet: BB, E2 and FD. RGB value is (187,226,253). Sum of RGB (Red+Green+Blue) = 187+226+253=666 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.08% from 666); Green value is 226 (88.67% from 255 or 33.93% from 666); Blue value is 253 (99.22% from 255 or 37.99% from 666); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBE2FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FD is #441D02. Grayscale: #D9D9D9. Windows color (decimal): -4463875 or 16638651. OLE color: 16638651.
HSL color Cylindrical-coordinate representation of color #BBE2FD: hue angle of 204.55º 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 #BBE2FD is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 187 | 226 | 253 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.01 |
| HSL | 204.55º | 0.94% | 0.86% | - |
| HSV(B) | 204.55º | 0.26% | 0.99% | - |
| XYZ | 65.42 | 72.05 | 103.39 | - |
| YUV | 217.42 | 148.08 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 253 | 0.26 | 0.11 | 0 | 0.01 | 204.55 | 0.94 | 0.86 |
| Hex | BB | E2 | FD | 1A | B | 0 | 1 | CD | 5E | 56 |
| Octal | 273 | 342 | 375 | 32 | 13 | 0 | 1 | 315 | 136 | 126 |
| Binary | 10111011 | 11100010 | 11111101 | 11010 | 1011 | 0 | 1 | 11001101 | 1011110 | 1010110 |
Color Harmonies of #BBE2FD
Complementary color
Monochromatic Colors of #BBE2FD
Black with #BBE2FD
Text Example
Text Example
White with #BBE2FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2FD; }
p { color: rgb(187,226,253); }
H1.HeaderClassName
{
color: #BBE2FD;
}
.AnyTagClassName
{
color: #BBE2FD;
}
</style>
background-color css
<style>
a { background-color: #BBE2FD; }
a { background-color: rgb(187,226,253); }
div.DivClassName
{
background-color: #BBE2FD;
}
.BgClassName
{
background-color: #BBE2FD;
}
</style>
border-color css
<style>
span { border-color: #BBE2FD; }
span { border-color: rgb(187,226,253); }
td.TdClassName
{
border-color: #BBE2FD;
}
.TagClassName
{
border-color: #BBE2FD;
}
</style>