Shades of Periwinkle #BBCEFF
Tints of Periwinkle #BBCEFF
RGB
CMYK
RGB Variations
Color information
#BBCEFF (or 0xBBCEFF) is known color: Periwinkle. HEX triplet: BB, CE and FF. RGB value is (187,206,255). Sum of RGB (Red+Green+Blue) = 187+206+255=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 255 (100% from 255 or 39.35% from 648); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBCEFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEFF is #443100. Grayscale: #CDCDCD. Windows color (decimal): -4468993 or 16764603. OLE color: 16764603.
HSL color Cylindrical-coordinate representation of color #BBCEFF: hue angle of 223.24º 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 #BBCEFF is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 187 | 206 | 255 | - |
| CMYK | 0.27 | 0.19 | 0 | 0 |
| HSL | 223.24º | 1% | 0.87% | - |
| HSV(B) | 223.24º | 0.27% | 1% | - |
| XYZ | 60.61 | 61.93 | 103.37 | - |
| YUV | 205.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 255 | 0.27 | 0.19 | 0 | 0 | 223.24 | 1 | 0.87 |
| Hex | BB | CE | FF | 1B | 13 | 0 | 0 | DF | 64 | 57 |
| Octal | 273 | 316 | 377 | 33 | 23 | 0 | 0 | 337 | 144 | 127 |
| Binary | 10111011 | 11001110 | 11111111 | 11011 | 10011 | 0 | 0 | 11011111 | 1100100 | 1010111 |
Color Harmonies of #BBCEFF
Complementary color
Monochromatic Colors of #BBCEFF
Black with #BBCEFF
Text Example
Text Example
White with #BBCEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEFF; }
p { color: rgb(187,206,255); }
H1.HeaderClassName
{
color: #BBCEFF;
}
.AnyTagClassName
{
color: #BBCEFF;
}
</style>
background-color css
<style>
a { background-color: #BBCEFF; }
a { background-color: rgb(187,206,255); }
div.DivClassName
{
background-color: #BBCEFF;
}
.BgClassName
{
background-color: #BBCEFF;
}
</style>
border-color css
<style>
span { border-color: #BBCEFF; }
span { border-color: rgb(187,206,255); }
td.TdClassName
{
border-color: #BBCEFF;
}
.TagClassName
{
border-color: #BBCEFF;
}
</style>