Shades of Periwinkle #BBCDFE
Tints of Periwinkle #BBCDFE
RGB
CMYK
RGB Variations
Color information
#BBCDFE (or 0xBBCDFE) is known color: Periwinkle. HEX triplet: BB, CD and FE. RGB value is (187,205,254). Sum of RGB (Red+Green+Blue) = 187+205+254=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 205 (80.47% from 255 or 31.73% from 646); Blue value is 254 (99.61% from 255 or 39.32% from 646); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBCDFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDFE is #443201. Grayscale: #CCCCCC. Windows color (decimal): -4469250 or 16698811. OLE color: 16698811.
HSL color Cylindrical-coordinate representation of color #BBCDFE: hue angle of 223.88º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBCDFE is Cyan = 0.26, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 187 | 205 | 254 | - |
| CMYK | 0.26 | 0.19 | 0 | 0.00 |
| HSL | 223.88º | 0.97% | 0.86% | - |
| HSV(B) | 223.88º | 0.26% | 1% | - |
| XYZ | 60.21 | 61.38 | 102.44 | - |
| YUV | 205.2 | 155.54 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 254 | 0.26 | 0.19 | 0 | 0.00 | 223.88 | 0.97 | 0.86 |
| Hex | BB | CD | FE | 1A | 13 | 0 | 0 | E0 | 61 | 56 |
| Octal | 273 | 315 | 376 | 32 | 23 | 0 | 0 | 340 | 141 | 126 |
| Binary | 10111011 | 11001101 | 11111110 | 11010 | 10011 | 0 | 0 | 11100000 | 1100001 | 1010110 |
Color Harmonies of #BBCDFE
Complementary color
Monochromatic Colors of #BBCDFE
Black with #BBCDFE
Text Example
Text Example
White with #BBCDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDFE; }
p { color: rgb(187,205,254); }
H1.HeaderClassName
{
color: #BBCDFE;
}
.AnyTagClassName
{
color: #BBCDFE;
}
</style>
background-color css
<style>
a { background-color: #BBCDFE; }
a { background-color: rgb(187,205,254); }
div.DivClassName
{
background-color: #BBCDFE;
}
.BgClassName
{
background-color: #BBCDFE;
}
</style>
border-color css
<style>
span { border-color: #BBCDFE; }
span { border-color: rgb(187,205,254); }
td.TdClassName
{
border-color: #BBCDFE;
}
.TagClassName
{
border-color: #BBCDFE;
}
</style>