Shades of Periwinkle #BBC6E5
Tints of Periwinkle #BBC6E5
RGB
CMYK
RGB Variations
Color information
#BBC6E5 (or 0xBBC6E5) is known color: Periwinkle. HEX triplet: BB, C6 and E5. RGB value is (187,198,229). Sum of RGB (Red+Green+Blue) = 187+198+229=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 198 (77.73% from 255 or 32.25% from 614); Blue value is 229 (89.84% from 255 or 37.30% from 614); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBC6E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC6E5 is #44391A. Grayscale: #C6C6C6. Windows color (decimal): -4471067 or 15058619. OLE color: 15058619.
HSL color Cylindrical-coordinate representation of color #BBC6E5: hue angle of 224.29º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC6E5 is Cyan = 0.18, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 198 | 229 | - |
| CMYK | 0.18 | 0.14 | 0 | 0.10 |
| HSL | 224.29º | 0.45% | 0.82% | - |
| HSV(B) | 224.29º | 0.18% | 0.9% | - |
| XYZ | 54.83 | 56.61 | 82.17 | - |
| YUV | 198.25 | 145.36 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 229 | 0.18 | 0.14 | 0 | 0.10 | 224.29 | 0.45 | 0.82 |
| Hex | BB | C6 | E5 | 12 | E | 0 | A | E0 | 2D | 52 |
| Octal | 273 | 306 | 345 | 22 | 16 | 0 | 12 | 340 | 55 | 122 |
| Binary | 10111011 | 11000110 | 11100101 | 10010 | 1110 | 0 | 1010 | 11100000 | 101101 | 1010010 |
Color Harmonies of #BBC6E5
Complementary color
Monochromatic Colors of #BBC6E5
Black with #BBC6E5
Text Example
Text Example
White with #BBC6E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6E5; }
p { color: rgb(187,198,229); }
H1.HeaderClassName
{
color: #BBC6E5;
}
.AnyTagClassName
{
color: #BBC6E5;
}
</style>
background-color css
<style>
a { background-color: #BBC6E5; }
a { background-color: rgb(187,198,229); }
div.DivClassName
{
background-color: #BBC6E5;
}
.BgClassName
{
background-color: #BBC6E5;
}
</style>
border-color css
<style>
span { border-color: #BBC6E5; }
span { border-color: rgb(187,198,229); }
td.TdClassName
{
border-color: #BBC6E5;
}
.TagClassName
{
border-color: #BBC6E5;
}
</style>