Shades of Pattens Blue #BBE2FE
Tints of Pattens Blue #BBE2FE
RGB
CMYK
RGB Variations
Color information
#BBE2FE (or 0xBBE2FE) is known color: Pattens Blue. HEX triplet: BB, E2 and FE. RGB value is (187,226,254). Sum of RGB (Red+Green+Blue) = 187+226+254=667 (88% of max value = 765). Red value is 187 (73.44% from 255 or 28.04% from 667); Green value is 226 (88.67% from 255 or 33.88% from 667); Blue value is 254 (99.61% from 255 or 38.08% from 667); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE2FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FE is #441D01. Grayscale: #D9D9D9. Windows color (decimal): -4463874 or 16704187. OLE color: 16704187.
HSL color Cylindrical-coordinate representation of color #BBE2FE: hue angle of 205.07º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBE2FE is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 226 | 254 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.00 |
| HSL | 205.07º | 0.97% | 0.86% | - |
| HSV(B) | 205.07º | 0.26% | 1% | - |
| XYZ | 65.58 | 72.11 | 104.23 | - |
| YUV | 217.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 254 | 0.26 | 0.11 | 0 | 0.00 | 205.07 | 0.97 | 0.86 |
| Hex | BB | E2 | FE | 1A | B | 0 | 0 | CD | 61 | 56 |
| Octal | 273 | 342 | 376 | 32 | 13 | 0 | 0 | 315 | 141 | 126 |
| Binary | 10111011 | 11100010 | 11111110 | 11010 | 1011 | 0 | 0 | 11001101 | 1100001 | 1010110 |
Color Harmonies of #BBE2FE
Complementary color
Monochromatic Colors of #BBE2FE
Black with #BBE2FE
Text Example
Text Example
White with #BBE2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2FE; }
p { color: rgb(187,226,254); }
H1.HeaderClassName
{
color: #BBE2FE;
}
.AnyTagClassName
{
color: #BBE2FE;
}
</style>
background-color css
<style>
a { background-color: #BBE2FE; }
a { background-color: rgb(187,226,254); }
div.DivClassName
{
background-color: #BBE2FE;
}
.BgClassName
{
background-color: #BBE2FE;
}
</style>
border-color css
<style>
span { border-color: #BBE2FE; }
span { border-color: rgb(187,226,254); }
td.TdClassName
{
border-color: #BBE2FE;
}
.TagClassName
{
border-color: #BBE2FE;
}
</style>