Shades of Periwinkle #BBC2DF
Tints of Periwinkle #BBC2DF
RGB
CMYK
RGB Variations
Color information
#BBC2DF (or 0xBBC2DF) is known color: Periwinkle. HEX triplet: BB, C2 and DF. RGB value is (187,194,223). Sum of RGB (Red+Green+Blue) = 187+194+223=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 194 (76.17% from 255 or 32.12% from 604); Blue value is 223 (87.5% from 255 or 36.92% from 604); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC2DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2DF is #443D20. Grayscale: #C3C3C3. Windows color (decimal): -4472097 or 14664379. OLE color: 14664379.
HSL color Cylindrical-coordinate representation of color #BBC2DF: hue angle of 228.33º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BBC2DF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 194 | 223 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.13 |
| HSL | 228.33º | 0.36% | 0.8% | - |
| HSV(B) | 228.33º | 0.16% | 0.87% | - |
| XYZ | 53.1 | 54.48 | 77.53 | - |
| YUV | 195.21 | 143.68 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 223 | 0.16 | 0.13 | 0 | 0.13 | 228.33 | 0.36 | 0.8 |
| Hex | BB | C2 | DF | 10 | D | 0 | D | E4 | 24 | 50 |
| Octal | 273 | 302 | 337 | 20 | 15 | 0 | 15 | 344 | 44 | 120 |
| Binary | 10111011 | 11000010 | 11011111 | 10000 | 1101 | 0 | 1101 | 11100100 | 100100 | 1010000 |
Color Harmonies of #BBC2DF
Complementary color
Monochromatic Colors of #BBC2DF
Black with #BBC2DF
Text Example
Text Example
White with #BBC2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2DF; }
p { color: rgb(187,194,223); }
H1.HeaderClassName
{
color: #BBC2DF;
}
.AnyTagClassName
{
color: #BBC2DF;
}
</style>
background-color css
<style>
a { background-color: #BBC2DF; }
a { background-color: rgb(187,194,223); }
div.DivClassName
{
background-color: #BBC2DF;
}
.BgClassName
{
background-color: #BBC2DF;
}
</style>
border-color css
<style>
span { border-color: #BBC2DF; }
span { border-color: rgb(187,194,223); }
td.TdClassName
{
border-color: #BBC2DF;
}
.TagClassName
{
border-color: #BBC2DF;
}
</style>