Shades of Periwinkle #BBCCEB
Tints of Periwinkle #BBCCEB
RGB
CMYK
RGB Variations
Color information
#BBCCEB (or 0xBBCCEB) is known color: Periwinkle. HEX triplet: BB, CC and EB. RGB value is (187,204,235). Sum of RGB (Red+Green+Blue) = 187+204+235=626 (82% of max value = 765). Red value is 187 (73.44% from 255 or 29.87% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 235 (92.19% from 255 or 37.54% from 626); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBCCEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCCEB is #443314. Grayscale: #CACACA. Windows color (decimal): -4469525 or 15453371. OLE color: 15453371.
HSL color Cylindrical-coordinate representation of color #BBCCEB: hue angle of 218.75º degrees, saturation: 0.55, 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 #BBCCEB is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 204 | 235 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.08 |
| HSL | 218.75º | 0.55% | 0.83% | - |
| HSV(B) | 218.75º | 0.2% | 0.92% | - |
| XYZ | 57.08 | 59.75 | 87.12 | - |
| YUV | 202.45 | 146.37 | 116.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 204 | 235 | 0.20 | 0.13 | 0 | 0.08 | 218.75 | 0.55 | 0.83 |
| Hex | BB | CC | EB | 14 | D | 0 | 8 | DB | 37 | 53 |
| Octal | 273 | 314 | 353 | 24 | 15 | 0 | 10 | 333 | 67 | 123 |
| Binary | 10111011 | 11001100 | 11101011 | 10100 | 1101 | 0 | 1000 | 11011011 | 110111 | 1010011 |
Color Harmonies of #BBCCEB
Complementary color
Monochromatic Colors of #BBCCEB
Black with #BBCCEB
Text Example
Text Example
White with #BBCCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCEB; }
p { color: rgb(187,204,235); }
H1.HeaderClassName
{
color: #BBCCEB;
}
.AnyTagClassName
{
color: #BBCCEB;
}
</style>
background-color css
<style>
a { background-color: #BBCCEB; }
a { background-color: rgb(187,204,235); }
div.DivClassName
{
background-color: #BBCCEB;
}
.BgClassName
{
background-color: #BBCCEB;
}
</style>
border-color css
<style>
span { border-color: #BBCCEB; }
span { border-color: rgb(187,204,235); }
td.TdClassName
{
border-color: #BBCCEB;
}
.TagClassName
{
border-color: #BBCCEB;
}
</style>