Shades of Periwinkle #BBC8EA
Tints of Periwinkle #BBC8EA
RGB
CMYK
RGB Variations
Color information
#BBC8EA (or 0xBBC8EA) is known color: Periwinkle. HEX triplet: BB, C8 and EA. RGB value is (187,200,234). Sum of RGB (Red+Green+Blue) = 187+200+234=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 200 (78.52% from 255 or 32.21% from 621); Blue value is 234 (91.80% from 255 or 37.68% from 621); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC8EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC8EA is #443715. Grayscale: #C7C7C7. Windows color (decimal): -4470550 or 15386811. OLE color: 15386811.
HSL color Cylindrical-coordinate representation of color #BBC8EA: hue angle of 223.4º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBC8EA is Cyan = 0.20, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 200 | 234 | - |
| CMYK | 0.20 | 0.15 | 0 | 0.08 |
| HSL | 223.4º | 0.53% | 0.83% | - |
| HSV(B) | 223.4º | 0.2% | 0.92% | - |
| XYZ | 56 | 57.81 | 86.05 | - |
| YUV | 199.99 | 147.19 | 118.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 200 | 234 | 0.20 | 0.15 | 0 | 0.08 | 223.4 | 0.53 | 0.83 |
| Hex | BB | C8 | EA | 14 | F | 0 | 8 | DF | 35 | 53 |
| Octal | 273 | 310 | 352 | 24 | 17 | 0 | 10 | 337 | 65 | 123 |
| Binary | 10111011 | 11001000 | 11101010 | 10100 | 1111 | 0 | 1000 | 11011111 | 110101 | 1010011 |
Color Harmonies of #BBC8EA
Complementary color
Monochromatic Colors of #BBC8EA
Black with #BBC8EA
Text Example
Text Example
White with #BBC8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC8EA; }
p { color: rgb(187,200,234); }
H1.HeaderClassName
{
color: #BBC8EA;
}
.AnyTagClassName
{
color: #BBC8EA;
}
</style>
background-color css
<style>
a { background-color: #BBC8EA; }
a { background-color: rgb(187,200,234); }
div.DivClassName
{
background-color: #BBC8EA;
}
.BgClassName
{
background-color: #BBC8EA;
}
</style>
border-color css
<style>
span { border-color: #BBC8EA; }
span { border-color: rgb(187,200,234); }
td.TdClassName
{
border-color: #BBC8EA;
}
.TagClassName
{
border-color: #BBC8EA;
}
</style>