Shades of Periwinkle #BBC1E1
Tints of Periwinkle #BBC1E1
RGB
CMYK
RGB Variations
Color information
#BBC1E1 (or 0xBBC1E1) is known color: Periwinkle. HEX triplet: BB, C1 and E1. RGB value is (187,193,225). Sum of RGB (Red+Green+Blue) = 187+193+225=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 193 (75.78% from 255 or 31.90% from 605); Blue value is 225 (88.28% from 255 or 37.19% from 605); Max value from RGB is 225 - color contains mainly: blue. Hex color #BBC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC1E1 is #443E1E. Grayscale: #C2C2C2. Windows color (decimal): -4472351 or 14795195. OLE color: 14795195.
HSL color Cylindrical-coordinate representation of color #BBC1E1: hue angle of 230.53º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BBC1E1 is Cyan = 0.17, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 193 | 225 | - |
| CMYK | 0.17 | 0.14 | 0 | 0.12 |
| HSL | 230.53º | 0.39% | 0.81% | - |
| HSV(B) | 230.53º | 0.17% | 0.88% | - |
| XYZ | 53.15 | 54.14 | 78.88 | - |
| YUV | 194.85 | 145.01 | 122.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 193 | 225 | 0.17 | 0.14 | 0 | 0.12 | 230.53 | 0.39 | 0.81 |
| Hex | BB | C1 | E1 | 11 | E | 0 | C | E7 | 27 | 51 |
| Octal | 273 | 301 | 341 | 21 | 16 | 0 | 14 | 347 | 47 | 121 |
| Binary | 10111011 | 11000001 | 11100001 | 10001 | 1110 | 0 | 1100 | 11100111 | 100111 | 1010001 |
Color Harmonies of #BBC1E1
Complementary color
Monochromatic Colors of #BBC1E1
Black with #BBC1E1
Text Example
Text Example
White with #BBC1E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC1E1; }
p { color: rgb(187,193,225); }
H1.HeaderClassName
{
color: #BBC1E1;
}
.AnyTagClassName
{
color: #BBC1E1;
}
</style>
background-color css
<style>
a { background-color: #BBC1E1; }
a { background-color: rgb(187,193,225); }
div.DivClassName
{
background-color: #BBC1E1;
}
.BgClassName
{
background-color: #BBC1E1;
}
</style>
border-color css
<style>
span { border-color: #BBC1E1; }
span { border-color: rgb(187,193,225); }
td.TdClassName
{
border-color: #BBC1E1;
}
.TagClassName
{
border-color: #BBC1E1;
}
</style>