Shades of Pattens Blue #BBE3FF
Tints of Pattens Blue #BBE3FF
RGB
CMYK
RGB Variations
Color information
#BBE3FF (or 0xBBE3FF) is known color: Pattens Blue. HEX triplet: BB, E3 and FF. RGB value is (187,227,255). Sum of RGB (Red+Green+Blue) = 187+227+255=669 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.95% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3FF is #441C00. Grayscale: #DADADA. Windows color (decimal): -4463617 or 16769979. OLE color: 16769979.
HSL color Cylindrical-coordinate representation of color #BBE3FF: hue angle of 204.71º 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 #BBE3FF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 227 | 255 | - |
| CMYK | 0.27 | 0.11 | 0 | 0 |
| HSL | 204.71º | 1% | 0.87% | - |
| HSV(B) | 204.71º | 0.27% | 1% | - |
| XYZ | 66.01 | 72.72 | 105.17 | - |
| YUV | 218.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 227 | 255 | 0.27 | 0.11 | 0 | 0 | 204.71 | 1 | 0.87 |
| Hex | BB | E3 | FF | 1B | B | 0 | 0 | CD | 64 | 57 |
| Octal | 273 | 343 | 377 | 33 | 13 | 0 | 0 | 315 | 144 | 127 |
| Binary | 10111011 | 11100011 | 11111111 | 11011 | 1011 | 0 | 0 | 11001101 | 1100100 | 1010111 |
Color Harmonies of #BBE3FF
Complementary color
Monochromatic Colors of #BBE3FF
Black with #BBE3FF
Text Example
Text Example
White with #BBE3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE3FF; }
p { color: rgb(187,227,255); }
H1.HeaderClassName
{
color: #BBE3FF;
}
.AnyTagClassName
{
color: #BBE3FF;
}
</style>
background-color css
<style>
a { background-color: #BBE3FF; }
a { background-color: rgb(187,227,255); }
div.DivClassName
{
background-color: #BBE3FF;
}
.BgClassName
{
background-color: #BBE3FF;
}
</style>
border-color css
<style>
span { border-color: #BBE3FF; }
span { border-color: rgb(187,227,255); }
td.TdClassName
{
border-color: #BBE3FF;
}
.TagClassName
{
border-color: #BBE3FF;
}
</style>