Shades of Periwinkle #BBCCE6
Tints of Periwinkle #BBCCE6
RGB
CMYK
RGB Variations
Color information
#BBCCE6 (or 0xBBCCE6) is known color: Periwinkle. HEX triplet: BB, CC and E6. RGB value is (187,204,230). Sum of RGB (Red+Green+Blue) = 187+204+230=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 204 (80.08% from 255 or 32.85% from 621); Blue value is 230 (90.23% from 255 or 37.04% from 621); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBCCE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCE6 is #443319. Grayscale: #C9C9C9. Windows color (decimal): -4469530 or 15125691. OLE color: 15125691.
HSL color Cylindrical-coordinate representation of color #BBCCE6: hue angle of 216.28º 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 #BBCCE6 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 204 | 230 | - |
| CMYK | 0.19 | 0.11 | 0 | 0.10 |
| HSL | 216.28º | 0.46% | 0.82% | - |
| HSV(B) | 216.28º | 0.19% | 0.9% | - |
| XYZ | 56.37 | 59.46 | 83.37 | - |
| YUV | 201.88 | 143.87 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 230 | 0.19 | 0.11 | 0 | 0.10 | 216.28 | 0.46 | 0.82 |
| Hex | BB | CC | E6 | 13 | B | 0 | A | D8 | 2E | 52 |
| Octal | 273 | 314 | 346 | 23 | 13 | 0 | 12 | 330 | 56 | 122 |
| Binary | 10111011 | 11001100 | 11100110 | 10011 | 1011 | 0 | 1010 | 11011000 | 101110 | 1010010 |
Color Harmonies of #BBCCE6
Complementary color
Monochromatic Colors of #BBCCE6
Black with #BBCCE6
Text Example
Text Example
White with #BBCCE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCE6; }
p { color: rgb(187,204,230); }
H1.HeaderClassName
{
color: #BBCCE6;
}
.AnyTagClassName
{
color: #BBCCE6;
}
</style>
background-color css
<style>
a { background-color: #BBCCE6; }
a { background-color: rgb(187,204,230); }
div.DivClassName
{
background-color: #BBCCE6;
}
.BgClassName
{
background-color: #BBCCE6;
}
</style>
border-color css
<style>
span { border-color: #BBCCE6; }
span { border-color: rgb(187,204,230); }
td.TdClassName
{
border-color: #BBCCE6;
}
.TagClassName
{
border-color: #BBCCE6;
}
</style>