Shades of Periwinkle #BBC4F0
Tints of Periwinkle #BBC4F0
RGB
CMYK
RGB Variations
Color information
#BBC4F0 (or 0xBBC4F0) is known color: Periwinkle. HEX triplet: BB, C4 and F0. RGB value is (187,196,240). Sum of RGB (Red+Green+Blue) = 187+196+240=623 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.02% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 240 (94.14% from 255 or 38.52% from 623); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC4F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4F0 is #443B0F. Grayscale: #C6C6C6. Windows color (decimal): -4471568 or 15779003. OLE color: 15779003.
HSL color Cylindrical-coordinate representation of color #BBC4F0: hue angle of 229.81º 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 #BBC4F0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 196 | 240 | - |
| CMYK | 0.22 | 0.18 | 0 | 0.06 |
| HSL | 229.81º | 0.64% | 0.84% | - |
| HSV(B) | 229.81º | 0.22% | 0.94% | - |
| XYZ | 55.96 | 56.34 | 90.36 | - |
| YUV | 198.33 | 151.52 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 240 | 0.22 | 0.18 | 0 | 0.06 | 229.81 | 0.64 | 0.84 |
| Hex | BB | C4 | F0 | 16 | 12 | 0 | 6 | E6 | 40 | 54 |
| Octal | 273 | 304 | 360 | 26 | 22 | 0 | 6 | 346 | 100 | 124 |
| Binary | 10111011 | 11000100 | 11110000 | 10110 | 10010 | 0 | 110 | 11100110 | 1000000 | 1010100 |
Color Harmonies of #BBC4F0
Complementary color
Monochromatic Colors of #BBC4F0
Black with #BBC4F0
Text Example
Text Example
White with #BBC4F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4F0; }
p { color: rgb(187,196,240); }
H1.HeaderClassName
{
color: #BBC4F0;
}
.AnyTagClassName
{
color: #BBC4F0;
}
</style>
background-color css
<style>
a { background-color: #BBC4F0; }
a { background-color: rgb(187,196,240); }
div.DivClassName
{
background-color: #BBC4F0;
}
.BgClassName
{
background-color: #BBC4F0;
}
</style>
border-color css
<style>
span { border-color: #BBC4F0; }
span { border-color: rgb(187,196,240); }
td.TdClassName
{
border-color: #BBC4F0;
}
.TagClassName
{
border-color: #BBC4F0;
}
</style>