Shades of Periwinkle #BBC3ED
Tints of Periwinkle #BBC3ED
RGB
CMYK
RGB Variations
Color information
#BBC3ED (or 0xBBC3ED) is known color: Periwinkle. HEX triplet: BB, C3 and ED. RGB value is (187,195,237). Sum of RGB (Red+Green+Blue) = 187+195+237=619 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.21% from 619); Green value is 195 (76.56% from 255 or 31.50% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBC3ED is #443C12. Grayscale: #C5C5C5. Windows color (decimal): -4471827 or 15582139. OLE color: 15582139.
HSL color Cylindrical-coordinate representation of color #BBC3ED: hue angle of 230.4º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBC3ED is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 195 | 237 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.07 |
| HSL | 230.4º | 0.58% | 0.83% | - |
| HSV(B) | 230.4º | 0.21% | 0.93% | - |
| XYZ | 55.29 | 55.71 | 87.96 | - |
| YUV | 197.4 | 150.35 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 195 | 237 | 0.21 | 0.18 | 0 | 0.07 | 230.4 | 0.58 | 0.83 |
| Hex | BB | C3 | ED | 15 | 12 | 0 | 7 | E6 | 3A | 53 |
| Octal | 273 | 303 | 355 | 25 | 22 | 0 | 7 | 346 | 72 | 123 |
| Binary | 10111011 | 11000011 | 11101101 | 10101 | 10010 | 0 | 111 | 11100110 | 111010 | 1010011 |
Color Harmonies of #BBC3ED
Complementary color
Monochromatic Colors of #BBC3ED
Black with #BBC3ED
Text Example
Text Example
White with #BBC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC3ED; }
p { color: rgb(187,195,237); }
H1.HeaderClassName
{
color: #BBC3ED;
}
.AnyTagClassName
{
color: #BBC3ED;
}
</style>
background-color css
<style>
a { background-color: #BBC3ED; }
a { background-color: rgb(187,195,237); }
div.DivClassName
{
background-color: #BBC3ED;
}
.BgClassName
{
background-color: #BBC3ED;
}
</style>
border-color css
<style>
span { border-color: #BBC3ED; }
span { border-color: rgb(187,195,237); }
td.TdClassName
{
border-color: #BBC3ED;
}
.TagClassName
{
border-color: #BBC3ED;
}
</style>