Shades of Periwinkle #BBCEF3
Tints of Periwinkle #BBCEF3
RGB
CMYK
RGB Variations
Color information
#BBCEF3 (or 0xBBCEF3) is known color: Periwinkle. HEX triplet: BB, CE and F3. RGB value is (187,206,243). Sum of RGB (Red+Green+Blue) = 187+206+243=636 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.40% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBCEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF3 is #44310C. Grayscale: #CCCCCC. Windows color (decimal): -4469005 or 15978171. OLE color: 15978171.
HSL color Cylindrical-coordinate representation of color #BBCEF3: hue angle of 219.64º degrees, saturation: 0.7, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBCEF3 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 206 | 243 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.05 |
| HSL | 219.64º | 0.7% | 0.84% | - |
| HSV(B) | 219.64º | 0.23% | 0.95% | - |
| XYZ | 58.74 | 61.18 | 93.51 | - |
| YUV | 204.54 | 149.71 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 243 | 0.23 | 0.15 | 0 | 0.05 | 219.64 | 0.7 | 0.84 |
| Hex | BB | CE | F3 | 17 | F | 0 | 5 | DC | 46 | 54 |
| Octal | 273 | 316 | 363 | 27 | 17 | 0 | 5 | 334 | 106 | 124 |
| Binary | 10111011 | 11001110 | 11110011 | 10111 | 1111 | 0 | 101 | 11011100 | 1000110 | 1010100 |
Color Harmonies of #BBCEF3
Complementary color
Monochromatic Colors of #BBCEF3
Black with #BBCEF3
Text Example
Text Example
White with #BBCEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEF3; }
p { color: rgb(187,206,243); }
H1.HeaderClassName
{
color: #BBCEF3;
}
.AnyTagClassName
{
color: #BBCEF3;
}
</style>
background-color css
<style>
a { background-color: #BBCEF3; }
a { background-color: rgb(187,206,243); }
div.DivClassName
{
background-color: #BBCEF3;
}
.BgClassName
{
background-color: #BBCEF3;
}
</style>
border-color css
<style>
span { border-color: #BBCEF3; }
span { border-color: rgb(187,206,243); }
td.TdClassName
{
border-color: #BBCEF3;
}
.TagClassName
{
border-color: #BBCEF3;
}
</style>