Shades of Periwinkle #BBCEF0
Tints of Periwinkle #BBCEF0
RGB
CMYK
RGB Variations
Color information
#BBCEF0 (or 0xBBCEF0) is known color: Periwinkle. HEX triplet: BB, CE and F0. RGB value is (187,206,240). Sum of RGB (Red+Green+Blue) = 187+206+240=633 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.54% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBCEF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF0 is #44310F. Grayscale: #CCCCCC. Windows color (decimal): -4469008 or 15781563. OLE color: 15781563.
HSL color Cylindrical-coordinate representation of color #BBCEF0: hue angle of 218.49º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCEF0 is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 206 | 240 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.06 |
| HSL | 218.49º | 0.64% | 0.84% | - |
| HSV(B) | 218.49º | 0.22% | 0.94% | - |
| XYZ | 58.29 | 61 | 91.14 | - |
| YUV | 204.2 | 148.21 | 115.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 240 | 0.22 | 0.14 | 0 | 0.06 | 218.49 | 0.64 | 0.84 |
| Hex | BB | CE | F0 | 16 | E | 0 | 6 | DA | 40 | 54 |
| Octal | 273 | 316 | 360 | 26 | 16 | 0 | 6 | 332 | 100 | 124 |
| Binary | 10111011 | 11001110 | 11110000 | 10110 | 1110 | 0 | 110 | 11011010 | 1000000 | 1010100 |
Color Harmonies of #BBCEF0
Complementary color
Monochromatic Colors of #BBCEF0
Black with #BBCEF0
Text Example
Text Example
White with #BBCEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEF0; }
p { color: rgb(187,206,240); }
H1.HeaderClassName
{
color: #BBCEF0;
}
.AnyTagClassName
{
color: #BBCEF0;
}
</style>
background-color css
<style>
a { background-color: #BBCEF0; }
a { background-color: rgb(187,206,240); }
div.DivClassName
{
background-color: #BBCEF0;
}
.BgClassName
{
background-color: #BBCEF0;
}
</style>
border-color css
<style>
span { border-color: #BBCEF0; }
span { border-color: rgb(187,206,240); }
td.TdClassName
{
border-color: #BBCEF0;
}
.TagClassName
{
border-color: #BBCEF0;
}
</style>