Shades of Periwinkle #BBC3DF
Tints of Periwinkle #BBC3DF
RGB
CMYK
RGB Variations
Color information
#BBC3DF (or 0xBBC3DF) is known color: Periwinkle. HEX triplet: BB, C3 and DF. RGB value is (187,195,223). Sum of RGB (Red+Green+Blue) = 187+195+223=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 195 (76.56% from 255 or 32.23% from 605); Blue value is 223 (87.5% from 255 or 36.86% from 605); Max value from RGB is 223 - color contains mainly: blue. Hex color #BBC3DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC3DF is #443C20. Grayscale: #C3C3C3. Windows color (decimal): -4471841 or 14664635. OLE color: 14664635.
HSL color Cylindrical-coordinate representation of color #BBC3DF: hue angle of 226.67º 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 #BBC3DF is Cyan = 0.16, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 195 | 223 | - |
| CMYK | 0.16 | 0.13 | 0 | 0.13 |
| HSL | 226.67º | 0.36% | 0.8% | - |
| HSV(B) | 226.67º | 0.16% | 0.87% | - |
| XYZ | 53.33 | 54.92 | 77.6 | - |
| YUV | 195.8 | 143.35 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 223 | 0.16 | 0.13 | 0 | 0.13 | 226.67 | 0.36 | 0.8 |
| Hex | BB | C3 | DF | 10 | D | 0 | D | E3 | 24 | 50 |
| Octal | 273 | 303 | 337 | 20 | 15 | 0 | 15 | 343 | 44 | 120 |
| Binary | 10111011 | 11000011 | 11011111 | 10000 | 1101 | 0 | 1101 | 11100011 | 100100 | 1010000 |
Color Harmonies of #BBC3DF
Complementary color
Monochromatic Colors of #BBC3DF
Black with #BBC3DF
Text Example
Text Example
White with #BBC3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3DF; }
p { color: rgb(187,195,223); }
H1.HeaderClassName
{
color: #BBC3DF;
}
.AnyTagClassName
{
color: #BBC3DF;
}
</style>
background-color css
<style>
a { background-color: #BBC3DF; }
a { background-color: rgb(187,195,223); }
div.DivClassName
{
background-color: #BBC3DF;
}
.BgClassName
{
background-color: #BBC3DF;
}
</style>
border-color css
<style>
span { border-color: #BBC3DF; }
span { border-color: rgb(187,195,223); }
td.TdClassName
{
border-color: #BBC3DF;
}
.TagClassName
{
border-color: #BBC3DF;
}
</style>