Shades of Periwinkle #BBC2E5
Tints of Periwinkle #BBC2E5
RGB
CMYK
RGB Variations
Color information
#BBC2E5 (or 0xBBC2E5) is known color: Periwinkle. HEX triplet: BB, C2 and E5. RGB value is (187,194,229). Sum of RGB (Red+Green+Blue) = 187+194+229=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 194 (76.17% from 255 or 31.80% from 610); Blue value is 229 (89.84% from 255 or 37.54% from 610); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBC2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC2E5 is #443D1A. Grayscale: #C3C3C3. Windows color (decimal): -4472091 or 15057595. OLE color: 15057595.
HSL color Cylindrical-coordinate representation of color #BBC2E5: hue angle of 230º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BBC2E5 is Cyan = 0.18, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 194 | 229 | - |
| CMYK | 0.18 | 0.15 | 0 | 0.10 |
| HSL | 230º | 0.45% | 0.82% | - |
| HSV(B) | 230º | 0.18% | 0.9% | - |
| XYZ | 53.93 | 54.81 | 81.86 | - |
| YUV | 195.9 | 146.68 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 194 | 229 | 0.18 | 0.15 | 0 | 0.10 | 230 | 0.45 | 0.82 |
| Hex | BB | C2 | E5 | 12 | F | 0 | A | E6 | 2D | 52 |
| Octal | 273 | 302 | 345 | 22 | 17 | 0 | 12 | 346 | 55 | 122 |
| Binary | 10111011 | 11000010 | 11100101 | 10010 | 1111 | 0 | 1010 | 11100110 | 101101 | 1010010 |
Color Harmonies of #BBC2E5
Complementary color
Monochromatic Colors of #BBC2E5
Black with #BBC2E5
Text Example
Text Example
White with #BBC2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBC2E5; }
p { color: rgb(187,194,229); }
H1.HeaderClassName
{
color: #BBC2E5;
}
.AnyTagClassName
{
color: #BBC2E5;
}
</style>
background-color css
<style>
a { background-color: #BBC2E5; }
a { background-color: rgb(187,194,229); }
div.DivClassName
{
background-color: #BBC2E5;
}
.BgClassName
{
background-color: #BBC2E5;
}
</style>
border-color css
<style>
span { border-color: #BBC2E5; }
span { border-color: rgb(187,194,229); }
td.TdClassName
{
border-color: #BBC2E5;
}
.TagClassName
{
border-color: #BBC2E5;
}
</style>