Shades of Periwinkle #BBC2DC
Tints of Periwinkle #BBC2DC
RGB
CMYK
RGB Variations
Color information
#BBC2DC (or 0xBBC2DC) is known color: Periwinkle. HEX triplet: BB, C2 and DC. RGB value is (187,194,220). Sum of RGB (Red+Green+Blue) = 187+194+220=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 194 (76.17% from 255 or 32.28% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #BBC2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2DC is #443D23. Grayscale: #C2C2C2. Windows color (decimal): -4472100 or 14467771. OLE color: 14467771.
HSL color Cylindrical-coordinate representation of color #BBC2DC: hue angle of 227.27º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BBC2DC is Cyan = 0.15, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 194 | 220 | - |
| CMYK | 0.15 | 0.12 | 0 | 0.14 |
| HSL | 227.27º | 0.32% | 0.8% | - |
| HSV(B) | 227.27º | 0.15% | 0.86% | - |
| XYZ | 52.7 | 54.32 | 75.42 | - |
| YUV | 194.87 | 142.18 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 220 | 0.15 | 0.12 | 0 | 0.14 | 227.27 | 0.32 | 0.8 |
| Hex | BB | C2 | DC | F | C | 0 | E | E3 | 20 | 50 |
| Octal | 273 | 302 | 334 | 17 | 14 | 0 | 16 | 343 | 40 | 120 |
| Binary | 10111011 | 11000010 | 11011100 | 1111 | 1100 | 0 | 1110 | 11100011 | 100000 | 1010000 |
Color Harmonies of #BBC2DC
Complementary color
Monochromatic Colors of #BBC2DC
Black with #BBC2DC
Text Example
Text Example
White with #BBC2DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2DC; }
p { color: rgb(187,194,220); }
H1.HeaderClassName
{
color: #BBC2DC;
}
.AnyTagClassName
{
color: #BBC2DC;
}
</style>
background-color css
<style>
a { background-color: #BBC2DC; }
a { background-color: rgb(187,194,220); }
div.DivClassName
{
background-color: #BBC2DC;
}
.BgClassName
{
background-color: #BBC2DC;
}
</style>
border-color css
<style>
span { border-color: #BBC2DC; }
span { border-color: rgb(187,194,220); }
td.TdClassName
{
border-color: #BBC2DC;
}
.TagClassName
{
border-color: #BBC2DC;
}
</style>