Shades of Periwinkle #BBC5E6
Tints of Periwinkle #BBC5E6
RGB
CMYK
RGB Variations
Color information
#BBC5E6 (or 0xBBC5E6) is known color: Periwinkle. HEX triplet: BB, C5 and E6. RGB value is (187,197,230). Sum of RGB (Red+Green+Blue) = 187+197+230=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBC5E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5E6 is #443A19. Grayscale: #C5C5C5. Windows color (decimal): -4471322 or 15123899. OLE color: 15123899.
HSL color Cylindrical-coordinate representation of color #BBC5E6: hue angle of 226.05º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBC5E6 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 197 | 230 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.10 |
| HSL | 226.05º | 0.46% | 0.82% | - |
| HSV(B) | 226.05º | 0.19% | 0.9% | - |
| XYZ | 54.74 | 56.21 | 82.83 | - |
| YUV | 197.77 | 146.19 | 120.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 197 | 230 | 0.19 | 0.14 | 0 | 0.10 | 226.05 | 0.46 | 0.82 |
| Hex | BB | C5 | E6 | 13 | E | 0 | A | E2 | 2E | 52 |
| Octal | 273 | 305 | 346 | 23 | 16 | 0 | 12 | 342 | 56 | 122 |
| Binary | 10111011 | 11000101 | 11100110 | 10011 | 1110 | 0 | 1010 | 11100010 | 101110 | 1010010 |
Color Harmonies of #BBC5E6
Complementary color
Monochromatic Colors of #BBC5E6
Black with #BBC5E6
Text Example
Text Example
White with #BBC5E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5E6; }
p { color: rgb(187,197,230); }
H1.HeaderClassName
{
color: #BBC5E6;
}
.AnyTagClassName
{
color: #BBC5E6;
}
</style>
background-color css
<style>
a { background-color: #BBC5E6; }
a { background-color: rgb(187,197,230); }
div.DivClassName
{
background-color: #BBC5E6;
}
.BgClassName
{
background-color: #BBC5E6;
}
</style>
border-color css
<style>
span { border-color: #BBC5E6; }
span { border-color: rgb(187,197,230); }
td.TdClassName
{
border-color: #BBC5E6;
}
.TagClassName
{
border-color: #BBC5E6;
}
</style>