Shades of Periwinkle #BBC3F0
Tints of Periwinkle #BBC3F0
RGB
CMYK
RGB Variations
Color information
#BBC3F0 (or 0xBBC3F0) is known color: Periwinkle. HEX triplet: BB, C3 and F0. RGB value is (187,195,240). Sum of RGB (Red+Green+Blue) = 187+195+240=622 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.06% from 622); Green value is 195 (76.56% from 255 or 31.35% from 622); Blue value is 240 (94.14% from 255 or 38.59% from 622); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3F0 is #443C0F. Grayscale: #C5C5C5. Windows color (decimal): -4471824 or 15778747. OLE color: 15778747.
HSL color Cylindrical-coordinate representation of color #BBC3F0: hue angle of 230.94º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBC3F0 is Cyan = 0.22, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 195 | 240 | - |
| CMYK | 0.22 | 0.19 | 0 | 0.06 |
| HSL | 230.94º | 0.64% | 0.84% | - |
| HSV(B) | 230.94º | 0.22% | 0.94% | - |
| XYZ | 55.74 | 55.89 | 90.29 | - |
| YUV | 197.74 | 151.85 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 240 | 0.22 | 0.19 | 0 | 0.06 | 230.94 | 0.64 | 0.84 |
| Hex | BB | C3 | F0 | 16 | 13 | 0 | 6 | E7 | 40 | 54 |
| Octal | 273 | 303 | 360 | 26 | 23 | 0 | 6 | 347 | 100 | 124 |
| Binary | 10111011 | 11000011 | 11110000 | 10110 | 10011 | 0 | 110 | 11100111 | 1000000 | 1010100 |
Color Harmonies of #BBC3F0
Complementary color
Monochromatic Colors of #BBC3F0
Black with #BBC3F0
Text Example
Text Example
White with #BBC3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3F0; }
p { color: rgb(187,195,240); }
H1.HeaderClassName
{
color: #BBC3F0;
}
.AnyTagClassName
{
color: #BBC3F0;
}
</style>
background-color css
<style>
a { background-color: #BBC3F0; }
a { background-color: rgb(187,195,240); }
div.DivClassName
{
background-color: #BBC3F0;
}
.BgClassName
{
background-color: #BBC3F0;
}
</style>
border-color css
<style>
span { border-color: #BBC3F0; }
span { border-color: rgb(187,195,240); }
td.TdClassName
{
border-color: #BBC3F0;
}
.TagClassName
{
border-color: #BBC3F0;
}
</style>