Shades of Periwinkle #BBCEEF
Tints of Periwinkle #BBCEEF
RGB
CMYK
RGB Variations
Color information
#BBCEEF (or 0xBBCEEF) is known color: Periwinkle. HEX triplet: BB, CE and EF. RGB value is (187,206,239). Sum of RGB (Red+Green+Blue) = 187+206+239=632 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.59% from 632); Green value is 206 (80.86% from 255 or 32.59% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBCEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCEEF is #443110. Grayscale: #CBCBCB. Windows color (decimal): -4469009 or 15716027. OLE color: 15716027.
HSL color Cylindrical-coordinate representation of color #BBCEEF: hue angle of 218.08º degrees, saturation: 0.62, 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 #BBCEEF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 206 | 239 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.06 |
| HSL | 218.08º | 0.62% | 0.84% | - |
| HSV(B) | 218.08º | 0.22% | 0.94% | - |
| XYZ | 58.14 | 60.94 | 90.36 | - |
| YUV | 204.08 | 147.71 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 206 | 239 | 0.22 | 0.14 | 0 | 0.06 | 218.08 | 0.62 | 0.84 |
| Hex | BB | CE | EF | 16 | E | 0 | 6 | DA | 3E | 54 |
| Octal | 273 | 316 | 357 | 26 | 16 | 0 | 6 | 332 | 76 | 124 |
| Binary | 10111011 | 11001110 | 11101111 | 10110 | 1110 | 0 | 110 | 11011010 | 111110 | 1010100 |
Color Harmonies of #BBCEEF
Complementary color
Monochromatic Colors of #BBCEEF
Black with #BBCEEF
Text Example
Text Example
White with #BBCEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCEEF; }
p { color: rgb(187,206,239); }
H1.HeaderClassName
{
color: #BBCEEF;
}
.AnyTagClassName
{
color: #BBCEEF;
}
</style>
background-color css
<style>
a { background-color: #BBCEEF; }
a { background-color: rgb(187,206,239); }
div.DivClassName
{
background-color: #BBCEEF;
}
.BgClassName
{
background-color: #BBCEEF;
}
</style>
border-color css
<style>
span { border-color: #BBCEEF; }
span { border-color: rgb(187,206,239); }
td.TdClassName
{
border-color: #BBCEEF;
}
.TagClassName
{
border-color: #BBCEEF;
}
</style>