Shades of Periwinkle #BBCEFE
Tints of Periwinkle #BBCEFE
RGB
CMYK
RGB Variations
Color information
#BBCEFE (or 0xBBCEFE) is known color: Periwinkle. HEX triplet: BB, CE and FE. RGB value is (187,206,254). Sum of RGB (Red+Green+Blue) = 187+206+254=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 206 (80.86% from 255 or 31.84% from 647); Blue value is 254 (99.61% from 255 or 39.26% from 647); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCEFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEFE is #443101. Grayscale: #CDCDCD. Windows color (decimal): -4468994 or 16699067. OLE color: 16699067.
HSL color Cylindrical-coordinate representation of color #BBCEFE: hue angle of 222.99º 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 #BBCEFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 206 | 254 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.00 |
| HSL | 222.99º | 0.97% | 0.86% | - |
| HSV(B) | 222.99º | 0.26% | 1% | - |
| XYZ | 60.45 | 61.86 | 102.52 | - |
| YUV | 205.79 | 155.21 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 254 | 0.26 | 0.19 | 0 | 0.00 | 222.99 | 0.97 | 0.86 |
| Hex | BB | CE | FE | 1A | 13 | 0 | 0 | DF | 61 | 56 |
| Octal | 273 | 316 | 376 | 32 | 23 | 0 | 0 | 337 | 141 | 126 |
| Binary | 10111011 | 11001110 | 11111110 | 11010 | 10011 | 0 | 0 | 11011111 | 1100001 | 1010110 |
Color Harmonies of #BBCEFE
Complementary color
Monochromatic Colors of #BBCEFE
Black with #BBCEFE
Text Example
Text Example
White with #BBCEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEFE; }
p { color: rgb(187,206,254); }
H1.HeaderClassName
{
color: #BBCEFE;
}
.AnyTagClassName
{
color: #BBCEFE;
}
</style>
background-color css
<style>
a { background-color: #BBCEFE; }
a { background-color: rgb(187,206,254); }
div.DivClassName
{
background-color: #BBCEFE;
}
.BgClassName
{
background-color: #BBCEFE;
}
</style>
border-color css
<style>
span { border-color: #BBCEFE; }
span { border-color: rgb(187,206,254); }
td.TdClassName
{
border-color: #BBCEFE;
}
.TagClassName
{
border-color: #BBCEFE;
}
</style>