Shades of Periwinkle #BBC3EA
Tints of Periwinkle #BBC3EA
RGB
CMYK
RGB Variations
Color information
#BBC3EA (or 0xBBC3EA) is known color: Periwinkle. HEX triplet: BB, C3 and EA. RGB value is (187,195,234). Sum of RGB (Red+Green+Blue) = 187+195+234=616 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.36% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBC3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3EA is #443C15. Grayscale: #C4C4C4. Windows color (decimal): -4471830 or 15385531. OLE color: 15385531.
HSL color Cylindrical-coordinate representation of color #BBC3EA: hue angle of 229.79º 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 #BBC3EA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 195 | 234 | - |
| CMYK | 0.20 | 0.17 | 0 | 0.08 |
| HSL | 229.79º | 0.53% | 0.83% | - |
| HSV(B) | 229.79º | 0.2% | 0.92% | - |
| XYZ | 54.86 | 55.54 | 85.67 | - |
| YUV | 197.05 | 148.85 | 120.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 234 | 0.20 | 0.17 | 0 | 0.08 | 229.79 | 0.53 | 0.83 |
| Hex | BB | C3 | EA | 14 | 11 | 0 | 8 | E6 | 35 | 53 |
| Octal | 273 | 303 | 352 | 24 | 21 | 0 | 10 | 346 | 65 | 123 |
| Binary | 10111011 | 11000011 | 11101010 | 10100 | 10001 | 0 | 1000 | 11100110 | 110101 | 1010011 |
Color Harmonies of #BBC3EA
Complementary color
Monochromatic Colors of #BBC3EA
Black with #BBC3EA
Text Example
Text Example
White with #BBC3EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3EA; }
p { color: rgb(187,195,234); }
H1.HeaderClassName
{
color: #BBC3EA;
}
.AnyTagClassName
{
color: #BBC3EA;
}
</style>
background-color css
<style>
a { background-color: #BBC3EA; }
a { background-color: rgb(187,195,234); }
div.DivClassName
{
background-color: #BBC3EA;
}
.BgClassName
{
background-color: #BBC3EA;
}
</style>
border-color css
<style>
span { border-color: #BBC3EA; }
span { border-color: rgb(187,195,234); }
td.TdClassName
{
border-color: #BBC3EA;
}
.TagClassName
{
border-color: #BBC3EA;
}
</style>