Shades of Pattens Blue #BBE4FE
Tints of Pattens Blue #BBE4FE
RGB
CMYK
RGB Variations
Color information
#BBE4FE (or 0xBBE4FE) is known color: Pattens Blue. HEX triplet: BB, E4 and FE. RGB value is (187,228,254). Sum of RGB (Red+Green+Blue) = 187+228+254=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 228 (89.45% from 255 or 34.08% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBE4FE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FE is #441B01. Grayscale: #DADADA. Windows color (decimal): -4463362 or 16704699. OLE color: 16704699.
HSL color Cylindrical-coordinate representation of color #BBE4FE: hue angle of 203.28º 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 #BBE4FE is Cyan = 0.26, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 228 | 254 | - |
| CMYK | 0.26 | 0.10 | 0 | 0.00 |
| HSL | 203.28º | 0.97% | 0.86% | - |
| HSV(B) | 203.28º | 0.26% | 1% | - |
| XYZ | 66.13 | 73.21 | 104.41 | - |
| YUV | 218.71 | 147.92 | 105.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 254 | 0.26 | 0.10 | 0 | 0.00 | 203.28 | 0.97 | 0.86 |
| Hex | BB | E4 | FE | 1A | A | 0 | 0 | CB | 61 | 56 |
| Octal | 273 | 344 | 376 | 32 | 12 | 0 | 0 | 313 | 141 | 126 |
| Binary | 10111011 | 11100100 | 11111110 | 11010 | 1010 | 0 | 0 | 11001011 | 1100001 | 1010110 |
Color Harmonies of #BBE4FE
Complementary color
Monochromatic Colors of #BBE4FE
Black with #BBE4FE
Text Example
Text Example
White with #BBE4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4FE; }
p { color: rgb(187,228,254); }
H1.HeaderClassName
{
color: #BBE4FE;
}
.AnyTagClassName
{
color: #BBE4FE;
}
</style>
background-color css
<style>
a { background-color: #BBE4FE; }
a { background-color: rgb(187,228,254); }
div.DivClassName
{
background-color: #BBE4FE;
}
.BgClassName
{
background-color: #BBE4FE;
}
</style>
border-color css
<style>
span { border-color: #BBE4FE; }
span { border-color: rgb(187,228,254); }
td.TdClassName
{
border-color: #BBE4FE;
}
.TagClassName
{
border-color: #BBE4FE;
}
</style>