Shades of Periwinkle #BBCCFF
Tints of Periwinkle #BBCCFF
RGB
CMYK
RGB Variations
Color information
#BBCCFF (or 0xBBCCFF) is known color: Periwinkle. HEX triplet: BB, CC and FF. RGB value is (187,204,255). Sum of RGB (Red+Green+Blue) = 187+204+255=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 204 (80.08% from 255 or 31.58% from 646); Blue value is 255 (100% from 255 or 39.47% from 646); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBCCFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCFF is #443300. Grayscale: #CCCCCC. Windows color (decimal): -4469505 or 16764091. OLE color: 16764091.
HSL color Cylindrical-coordinate representation of color #BBCCFF: hue angle of 225º 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 #BBCCFF is Cyan = 0.27, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 204 | 255 | - |
| CMYK | 0.27 | 0.2 | 0 | 0 |
| HSL | 225º | 1% | 0.87% | - |
| HSV(B) | 225º | 0.27% | 1% | - |
| XYZ | 60.14 | 60.97 | 103.21 | - |
| YUV | 204.73 | 156.37 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 255 | 0.27 | 0.2 | 0 | 0 | 225 | 1 | 0.87 |
| Hex | BB | CC | FF | 1B | 14 | 0 | 0 | E1 | 64 | 57 |
| Octal | 273 | 314 | 377 | 33 | 24 | 0 | 0 | 341 | 144 | 127 |
| Binary | 10111011 | 11001100 | 11111111 | 11011 | 10100 | 0 | 0 | 11100001 | 1100100 | 1010111 |
Color Harmonies of #BBCCFF
Complementary color
Monochromatic Colors of #BBCCFF
Black with #BBCCFF
Text Example
Text Example
White with #BBCCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCFF; }
p { color: rgb(187,204,255); }
H1.HeaderClassName
{
color: #BBCCFF;
}
.AnyTagClassName
{
color: #BBCCFF;
}
</style>
background-color css
<style>
a { background-color: #BBCCFF; }
a { background-color: rgb(187,204,255); }
div.DivClassName
{
background-color: #BBCCFF;
}
.BgClassName
{
background-color: #BBCCFF;
}
</style>
border-color css
<style>
span { border-color: #BBCCFF; }
span { border-color: rgb(187,204,255); }
td.TdClassName
{
border-color: #BBCCFF;
}
.TagClassName
{
border-color: #BBCCFF;
}
</style>