Shades of Periwinkle #BBC4EA
Tints of Periwinkle #BBC4EA
RGB
CMYK
RGB Variations
Color information
#BBC4EA (or 0xBBC4EA) is known color: Periwinkle. HEX triplet: BB, C4 and EA. RGB value is (187,196,234). Sum of RGB (Red+Green+Blue) = 187+196+234=617 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.31% from 617); Green value is 196 (76.95% from 255 or 31.77% from 617); Blue value is 234 (91.80% from 255 or 37.93% from 617); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC4EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC4EA is #443B15. Grayscale: #C5C5C5. Windows color (decimal): -4471574 or 15385787. OLE color: 15385787.
HSL color Cylindrical-coordinate representation of color #BBC4EA: hue angle of 228.51º 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 #BBC4EA is Cyan = 0.20, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 196 | 234 | - |
| CMYK | 0.20 | 0.16 | 0 | 0.08 |
| HSL | 228.51º | 0.53% | 0.83% | - |
| HSV(B) | 228.51º | 0.2% | 0.92% | - |
| XYZ | 55.08 | 55.99 | 85.74 | - |
| YUV | 197.64 | 148.52 | 120.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 196 | 234 | 0.20 | 0.16 | 0 | 0.08 | 228.51 | 0.53 | 0.83 |
| Hex | BB | C4 | EA | 14 | 10 | 0 | 8 | E5 | 35 | 53 |
| Octal | 273 | 304 | 352 | 24 | 20 | 0 | 10 | 345 | 65 | 123 |
| Binary | 10111011 | 11000100 | 11101010 | 10100 | 10000 | 0 | 1000 | 11100101 | 110101 | 1010011 |
Color Harmonies of #BBC4EA
Complementary color
Monochromatic Colors of #BBC4EA
Black with #BBC4EA
Text Example
Text Example
White with #BBC4EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC4EA; }
p { color: rgb(187,196,234); }
H1.HeaderClassName
{
color: #BBC4EA;
}
.AnyTagClassName
{
color: #BBC4EA;
}
</style>
background-color css
<style>
a { background-color: #BBC4EA; }
a { background-color: rgb(187,196,234); }
div.DivClassName
{
background-color: #BBC4EA;
}
.BgClassName
{
background-color: #BBC4EA;
}
</style>
border-color css
<style>
span { border-color: #BBC4EA; }
span { border-color: rgb(187,196,234); }
td.TdClassName
{
border-color: #BBC4EA;
}
.TagClassName
{
border-color: #BBC4EA;
}
</style>