Shades of Periwinkle #BBC8F2
Tints of Periwinkle #BBC8F2
RGB
CMYK
RGB Variations
Color information
#BBC8F2 (or 0xBBC8F2) is known color: Periwinkle. HEX triplet: BB, C8 and F2. RGB value is (187,200,242). Sum of RGB (Red+Green+Blue) = 187+200+242=629 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.73% from 629); Green value is 200 (78.52% from 255 or 31.80% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBC8F2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8F2 is #44370D. Grayscale: #C8C8C8. Windows color (decimal): -4470542 or 15911099. OLE color: 15911099.
HSL color Cylindrical-coordinate representation of color #BBC8F2: hue angle of 225.82º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBC8F2 is Cyan = 0.23, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 187 | 200 | 242 | - |
| CMYK | 0.23 | 0.17 | 0 | 0.05 |
| HSL | 225.82º | 0.68% | 0.84% | - |
| HSV(B) | 225.82º | 0.23% | 0.95% | - |
| XYZ | 57.17 | 58.28 | 92.24 | - |
| YUV | 200.9 | 151.19 | 118.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 242 | 0.23 | 0.17 | 0 | 0.05 | 225.82 | 0.68 | 0.84 |
| Hex | BB | C8 | F2 | 17 | 11 | 0 | 5 | E2 | 44 | 54 |
| Octal | 273 | 310 | 362 | 27 | 21 | 0 | 5 | 342 | 104 | 124 |
| Binary | 10111011 | 11001000 | 11110010 | 10111 | 10001 | 0 | 101 | 11100010 | 1000100 | 1010100 |
Color Harmonies of #BBC8F2
Complementary color
Monochromatic Colors of #BBC8F2
Black with #BBC8F2
Text Example
Text Example
White with #BBC8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8F2; }
p { color: rgb(187,200,242); }
H1.HeaderClassName
{
color: #BBC8F2;
}
.AnyTagClassName
{
color: #BBC8F2;
}
</style>
background-color css
<style>
a { background-color: #BBC8F2; }
a { background-color: rgb(187,200,242); }
div.DivClassName
{
background-color: #BBC8F2;
}
.BgClassName
{
background-color: #BBC8F2;
}
</style>
border-color css
<style>
span { border-color: #BBC8F2; }
span { border-color: rgb(187,200,242); }
td.TdClassName
{
border-color: #BBC8F2;
}
.TagClassName
{
border-color: #BBC8F2;
}
</style>