Shades of Pattens Blue #BBE0FA
Tints of Pattens Blue #BBE0FA
RGB
CMYK
RGB Variations
Color information
#BBE0FA (or 0xBBE0FA) is known color: Pattens Blue. HEX triplet: BB, E0 and FA. RGB value is (187,224,250). Sum of RGB (Red+Green+Blue) = 187+224+250=661 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.29% from 661); Green value is 224 (87.89% from 255 or 33.89% from 661); Blue value is 250 (98.05% from 255 or 37.82% from 661); Max value from RGB is 250 - color contains mainly: blue. Hex color #BBE0FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0FA is #441F05. Grayscale: #D7D7D7. Windows color (decimal): -4464390 or 16441531. OLE color: 16441531.
HSL color Cylindrical-coordinate representation of color #BBE0FA: hue angle of 204.76º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBE0FA is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 187 | 224 | 250 | - |
| CMYK | 0.25 | 0.10 | 0 | 0.02 |
| HSL | 204.76º | 0.86% | 0.86% | - |
| HSV(B) | 204.76º | 0.25% | 0.98% | - |
| XYZ | 64.4 | 70.78 | 100.71 | - |
| YUV | 215.9 | 147.24 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 224 | 250 | 0.25 | 0.10 | 0 | 0.02 | 204.76 | 0.86 | 0.86 |
| Hex | BB | E0 | FA | 19 | A | 0 | 2 | CD | 56 | 56 |
| Octal | 273 | 340 | 372 | 31 | 12 | 0 | 2 | 315 | 126 | 126 |
| Binary | 10111011 | 11100000 | 11111010 | 11001 | 1010 | 0 | 10 | 11001101 | 1010110 | 1010110 |
Color Harmonies of #BBE0FA
Complementary color
Monochromatic Colors of #BBE0FA
Black with #BBE0FA
Text Example
Text Example
White with #BBE0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE0FA; }
p { color: rgb(187,224,250); }
H1.HeaderClassName
{
color: #BBE0FA;
}
.AnyTagClassName
{
color: #BBE0FA;
}
</style>
background-color css
<style>
a { background-color: #BBE0FA; }
a { background-color: rgb(187,224,250); }
div.DivClassName
{
background-color: #BBE0FA;
}
.BgClassName
{
background-color: #BBE0FA;
}
</style>
border-color css
<style>
span { border-color: #BBE0FA; }
span { border-color: rgb(187,224,250); }
td.TdClassName
{
border-color: #BBE0FA;
}
.TagClassName
{
border-color: #BBE0FA;
}
</style>