Shades of Periwinkle #BBC5F0
Tints of Periwinkle #BBC5F0
RGB
CMYK
RGB Variations
Color information
#BBC5F0 (or 0xBBC5F0) is known color: Periwinkle. HEX triplet: BB, C5 and F0. RGB value is (187,197,240). Sum of RGB (Red+Green+Blue) = 187+197+240=624 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.97% from 624); Green value is 197 (77.34% from 255 or 31.57% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC5F0 is #443A0F. Grayscale: #C6C6C6. Windows color (decimal): -4471312 or 15779259. OLE color: 15779259.
HSL color Cylindrical-coordinate representation of color #BBC5F0: hue angle of 228.68º 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 #BBC5F0 is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 187 | 197 | 240 | - |
CMYK | 0.22 | 0.18 | 0 | 0.06 |
HSL | 228.68º | 0.64% | 0.84% | - |
HSV(B) | 228.68º | 0.22% | 0.94% | - |
XYZ | 56.19 | 56.79 | 90.44 | - |
YUV | 198.91 | 151.19 | 119.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 197 | 240 | 0.22 | 0.18 | 0 | 0.06 | 228.68 | 0.64 | 0.84 |
Hex | BB | C5 | F0 | 16 | 12 | 0 | 6 | E5 | 40 | 54 |
Octal | 273 | 305 | 360 | 26 | 22 | 0 | 6 | 345 | 100 | 124 |
Binary | 10111011 | 11000101 | 11110000 | 10110 | 10010 | 0 | 110 | 11100101 | 1000000 | 1010100 |
Color Harmonies of #BBC5F0
Complementary color
Monochromatic Colors of #BBC5F0
Black with #BBC5F0
Text Example
Text Example
White with #BBC5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC5F0; }
p { color: rgb(187,197,240); }
H1.HeaderClassName
{
color: #BBC5F0;
}
.AnyTagClassName
{
color: #BBC5F0;
}
</style>
background-color css
<style>
a { background-color: #BBC5F0; }
a { background-color: rgb(187,197,240); }
div.DivClassName
{
background-color: #BBC5F0;
}
.BgClassName
{
background-color: #BBC5F0;
}
</style>
border-color css
<style>
span { border-color: #BBC5F0; }
span { border-color: rgb(187,197,240); }
td.TdClassName
{
border-color: #BBC5F0;
}
.TagClassName
{
border-color: #BBC5F0;
}
</style>