Shades of Pattens Blue #BBE4FF
Tints of Pattens Blue #BBE4FF
RGB
CMYK
RGB Variations
Color information
#BBE4FF (or 0xBBE4FF) is known color: Pattens Blue. HEX triplet: BB, E4 and FF. RGB value is (187,228,255). Sum of RGB (Red+Green+Blue) = 187+228+255=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4FF is #441B00. Grayscale: #DADADA. Windows color (decimal): -4463361 or 16770235. OLE color: 16770235.
HSL color Cylindrical-coordinate representation of color #BBE4FF: hue angle of 203.82º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBE4FF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 228 | 255 | - |
| CMYK | 0.27 | 0.11 | 0 | 0 |
| HSL | 203.82º | 1% | 0.87% | - |
| HSV(B) | 203.82º | 0.27% | 1% | - |
| XYZ | 66.29 | 73.27 | 105.26 | - |
| YUV | 218.82 | 148.42 | 105.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 228 | 255 | 0.27 | 0.11 | 0 | 0 | 203.82 | 1 | 0.87 |
| Hex | BB | E4 | FF | 1B | B | 0 | 0 | CC | 64 | 57 |
| Octal | 273 | 344 | 377 | 33 | 13 | 0 | 0 | 314 | 144 | 127 |
| Binary | 10111011 | 11100100 | 11111111 | 11011 | 1011 | 0 | 0 | 11001100 | 1100100 | 1010111 |
Color Harmonies of #BBE4FF
Complementary color
Monochromatic Colors of #BBE4FF
Black with #BBE4FF
Text Example
Text Example
White with #BBE4FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE4FF; }
p { color: rgb(187,228,255); }
H1.HeaderClassName
{
color: #BBE4FF;
}
.AnyTagClassName
{
color: #BBE4FF;
}
</style>
background-color css
<style>
a { background-color: #BBE4FF; }
a { background-color: rgb(187,228,255); }
div.DivClassName
{
background-color: #BBE4FF;
}
.BgClassName
{
background-color: #BBE4FF;
}
</style>
border-color css
<style>
span { border-color: #BBE4FF; }
span { border-color: rgb(187,228,255); }
td.TdClassName
{
border-color: #BBE4FF;
}
.TagClassName
{
border-color: #BBE4FF;
}
</style>