Shades of Periwinkle #BBCEF2
Tints of Periwinkle #BBCEF2
RGB
CMYK
RGB Variations
Color information
#BBCEF2 (or 0xBBCEF2) is known color: Periwinkle. HEX triplet: BB, CE and F2. RGB value is (187,206,242). Sum of RGB (Red+Green+Blue) = 187+206+242=635 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.45% from 635); Green value is 206 (80.86% from 255 or 32.44% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBCEF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEF2 is #44310D. Grayscale: #CCCCCC. Windows color (decimal): -4469006 or 15912635. OLE color: 15912635.
HSL color Cylindrical-coordinate representation of color #BBCEF2: hue angle of 219.27º degrees, saturation: 0.68, 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 #BBCEF2 is Cyan = 0.23, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 206 | 242 | - |
| CMYK | 0.23 | 0.15 | 0 | 0.05 |
| HSL | 219.27º | 0.68% | 0.84% | - |
| HSV(B) | 219.27º | 0.23% | 0.95% | - |
| XYZ | 58.59 | 61.12 | 92.71 | - |
| YUV | 204.42 | 149.21 | 115.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 242 | 0.23 | 0.15 | 0 | 0.05 | 219.27 | 0.68 | 0.84 |
| Hex | BB | CE | F2 | 17 | F | 0 | 5 | DB | 44 | 54 |
| Octal | 273 | 316 | 362 | 27 | 17 | 0 | 5 | 333 | 104 | 124 |
| Binary | 10111011 | 11001110 | 11110010 | 10111 | 1111 | 0 | 101 | 11011011 | 1000100 | 1010100 |
Color Harmonies of #BBCEF2
Complementary color
Monochromatic Colors of #BBCEF2
Black with #BBCEF2
Text Example
Text Example
White with #BBCEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEF2; }
p { color: rgb(187,206,242); }
H1.HeaderClassName
{
color: #BBCEF2;
}
.AnyTagClassName
{
color: #BBCEF2;
}
</style>
background-color css
<style>
a { background-color: #BBCEF2; }
a { background-color: rgb(187,206,242); }
div.DivClassName
{
background-color: #BBCEF2;
}
.BgClassName
{
background-color: #BBCEF2;
}
</style>
border-color css
<style>
span { border-color: #BBCEF2; }
span { border-color: rgb(187,206,242); }
td.TdClassName
{
border-color: #BBCEF2;
}
.TagClassName
{
border-color: #BBCEF2;
}
</style>