Shades of Pattens Blue #BBE2FF
Tints of Pattens Blue #BBE2FF
RGB
CMYK
RGB Variations
Color information
#BBE2FF (or 0xBBE2FF) is known color: Pattens Blue. HEX triplet: BB, E2 and FF. RGB value is (187,226,255). Sum of RGB (Red+Green+Blue) = 187+226+255=668 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.99% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 255 (100% from 255 or 38.17% from 668); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBE2FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2FF is #441D00. Grayscale: #D9D9D9. Windows color (decimal): -4463873 or 16769723. OLE color: 16769723.
HSL color Cylindrical-coordinate representation of color #BBE2FF: hue angle of 205.59º 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 #BBE2FF is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 226 | 255 | - |
| CMYK | 0.27 | 0.11 | 0 | 0 |
| HSL | 205.59º | 1% | 0.87% | - |
| HSV(B) | 205.59º | 0.27% | 1% | - |
| XYZ | 65.74 | 72.18 | 105.07 | - |
| YUV | 217.65 | 149.08 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 226 | 255 | 0.27 | 0.11 | 0 | 0 | 205.59 | 1 | 0.87 |
| Hex | BB | E2 | FF | 1B | B | 0 | 0 | CE | 64 | 57 |
| Octal | 273 | 342 | 377 | 33 | 13 | 0 | 0 | 316 | 144 | 127 |
| Binary | 10111011 | 11100010 | 11111111 | 11011 | 1011 | 0 | 0 | 11001110 | 1100100 | 1010111 |
Color Harmonies of #BBE2FF
Complementary color
Monochromatic Colors of #BBE2FF
Black with #BBE2FF
Text Example
Text Example
White with #BBE2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE2FF; }
p { color: rgb(187,226,255); }
H1.HeaderClassName
{
color: #BBE2FF;
}
.AnyTagClassName
{
color: #BBE2FF;
}
</style>
background-color css
<style>
a { background-color: #BBE2FF; }
a { background-color: rgb(187,226,255); }
div.DivClassName
{
background-color: #BBE2FF;
}
.BgClassName
{
background-color: #BBE2FF;
}
</style>
border-color css
<style>
span { border-color: #BBE2FF; }
span { border-color: rgb(187,226,255); }
td.TdClassName
{
border-color: #BBE2FF;
}
.TagClassName
{
border-color: #BBE2FF;
}
</style>