Shades of Periwinkle #BBC2E0
Tints of Periwinkle #BBC2E0
RGB
CMYK
RGB Variations
Color information
#BBC2E0 (or 0xBBC2E0) is known color: Periwinkle. HEX triplet: BB, C2 and E0. RGB value is (187,194,224). Sum of RGB (Red+Green+Blue) = 187+194+224=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 194 (76.17% from 255 or 32.07% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBC2E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2E0 is #443D1F. Grayscale: #C3C3C3. Windows color (decimal): -4472096 or 14729915. OLE color: 14729915.
HSL color Cylindrical-coordinate representation of color #BBC2E0: hue angle of 228.65º degrees, saturation: 0.37, 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 #BBC2E0 is Cyan = 0.17, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 194 | 224 | - |
| CMYK | 0.17 | 0.13 | 0 | 0.12 |
| HSL | 228.65º | 0.37% | 0.81% | - |
| HSV(B) | 228.65º | 0.17% | 0.88% | - |
| XYZ | 53.24 | 54.53 | 78.24 | - |
| YUV | 195.33 | 144.18 | 122.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 224 | 0.17 | 0.13 | 0 | 0.12 | 228.65 | 0.37 | 0.81 |
| Hex | BB | C2 | E0 | 11 | D | 0 | C | E5 | 25 | 51 |
| Octal | 273 | 302 | 340 | 21 | 15 | 0 | 14 | 345 | 45 | 121 |
| Binary | 10111011 | 11000010 | 11100000 | 10001 | 1101 | 0 | 1100 | 11100101 | 100101 | 1010001 |
Color Harmonies of #BBC2E0
Complementary color
Monochromatic Colors of #BBC2E0
Black with #BBC2E0
Text Example
Text Example
White with #BBC2E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2E0; }
p { color: rgb(187,194,224); }
H1.HeaderClassName
{
color: #BBC2E0;
}
.AnyTagClassName
{
color: #BBC2E0;
}
</style>
background-color css
<style>
a { background-color: #BBC2E0; }
a { background-color: rgb(187,194,224); }
div.DivClassName
{
background-color: #BBC2E0;
}
.BgClassName
{
background-color: #BBC2E0;
}
</style>
border-color css
<style>
span { border-color: #BBC2E0; }
span { border-color: rgb(187,194,224); }
td.TdClassName
{
border-color: #BBC2E0;
}
.TagClassName
{
border-color: #BBC2E0;
}
</style>