Shades of Periwinkle #BBC6E6
Tints of Periwinkle #BBC6E6
RGB
CMYK
RGB Variations
Color information
#BBC6E6 (or 0xBBC6E6) is known color: Periwinkle. HEX triplet: BB, C6 and E6. RGB value is (187,198,230). Sum of RGB (Red+Green+Blue) = 187+198+230=615 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.41% from 615); Green value is 198 (77.73% from 255 or 32.20% from 615); Blue value is 230 (90.23% from 255 or 37.40% from 615); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBC6E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC6E6 is #443919. Grayscale: #C6C6C6. Windows color (decimal): -4471066 or 15124155. OLE color: 15124155.
HSL color Cylindrical-coordinate representation of color #BBC6E6: hue angle of 224.65º 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 #BBC6E6 is Cyan = 0.19, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 198 | 230 | - |
| CMYK | 0.19 | 0.14 | 0 | 0.10 |
| HSL | 224.65º | 0.46% | 0.82% | - |
| HSV(B) | 224.65º | 0.19% | 0.9% | - |
| XYZ | 54.97 | 56.67 | 82.9 | - |
| YUV | 198.36 | 145.86 | 119.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 198 | 230 | 0.19 | 0.14 | 0 | 0.10 | 224.65 | 0.46 | 0.82 |
| Hex | BB | C6 | E6 | 13 | E | 0 | A | E1 | 2E | 52 |
| Octal | 273 | 306 | 346 | 23 | 16 | 0 | 12 | 341 | 56 | 122 |
| Binary | 10111011 | 11000110 | 11100110 | 10011 | 1110 | 0 | 1010 | 11100001 | 101110 | 1010010 |
Color Harmonies of #BBC6E6
Complementary color
Monochromatic Colors of #BBC6E6
Black with #BBC6E6
Text Example
Text Example
White with #BBC6E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC6E6; }
p { color: rgb(187,198,230); }
H1.HeaderClassName
{
color: #BBC6E6;
}
.AnyTagClassName
{
color: #BBC6E6;
}
</style>
background-color css
<style>
a { background-color: #BBC6E6; }
a { background-color: rgb(187,198,230); }
div.DivClassName
{
background-color: #BBC6E6;
}
.BgClassName
{
background-color: #BBC6E6;
}
</style>
border-color css
<style>
span { border-color: #BBC6E6; }
span { border-color: rgb(187,198,230); }
td.TdClassName
{
border-color: #BBC6E6;
}
.TagClassName
{
border-color: #BBC6E6;
}
</style>