Shades of Periwinkle #BBCDE5
Tints of Periwinkle #BBCDE5
RGB
CMYK
RGB Variations
Color information
#BBCDE5 (or 0xBBCDE5) is known color: Periwinkle. HEX triplet: BB, CD and E5. RGB value is (187,205,229). Sum of RGB (Red+Green+Blue) = 187+205+229=621 (82% of max value = 765). Red value is 187 (73.44% from 255 or 30.11% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 229 (89.84% from 255 or 36.88% from 621); Max value from RGB is 229 - color contains mainly: blue. Hex color #BBCDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCDE5 is #44321A. Grayscale: #CACACA. Windows color (decimal): -4469275 or 15060411. OLE color: 15060411.
HSL color Cylindrical-coordinate representation of color #BBCDE5: hue angle of 214.29º 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 #BBCDE5 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 205 | 229 | - |
| CMYK | 0.18 | 0.10 | 0 | 0.10 |
| HSL | 214.29º | 0.45% | 0.82% | - |
| HSV(B) | 214.29º | 0.18% | 0.9% | - |
| XYZ | 56.47 | 59.88 | 82.71 | - |
| YUV | 202.35 | 143.04 | 117.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 229 | 0.18 | 0.10 | 0 | 0.10 | 214.29 | 0.45 | 0.82 |
| Hex | BB | CD | E5 | 12 | A | 0 | A | D6 | 2D | 52 |
| Octal | 273 | 315 | 345 | 22 | 12 | 0 | 12 | 326 | 55 | 122 |
| Binary | 10111011 | 11001101 | 11100101 | 10010 | 1010 | 0 | 1010 | 11010110 | 101101 | 1010010 |
Color Harmonies of #BBCDE5
Complementary color
Monochromatic Colors of #BBCDE5
Black with #BBCDE5
Text Example
Text Example
White with #BBCDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDE5; }
p { color: rgb(187,205,229); }
H1.HeaderClassName
{
color: #BBCDE5;
}
.AnyTagClassName
{
color: #BBCDE5;
}
</style>
background-color css
<style>
a { background-color: #BBCDE5; }
a { background-color: rgb(187,205,229); }
div.DivClassName
{
background-color: #BBCDE5;
}
.BgClassName
{
background-color: #BBCDE5;
}
</style>
border-color css
<style>
span { border-color: #BBCDE5; }
span { border-color: rgb(187,205,229); }
td.TdClassName
{
border-color: #BBCDE5;
}
.TagClassName
{
border-color: #BBCDE5;
}
</style>