Shades of Periwinkle #BBCDEF
Tints of Periwinkle #BBCDEF
RGB
CMYK
RGB Variations
Color information
#BBCDEF (or 0xBBCDEF) is known color: Periwinkle. HEX triplet: BB, CD and EF. RGB value is (187,205,239). Sum of RGB (Red+Green+Blue) = 187+205+239=631 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.64% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 239 (93.75% from 255 or 37.88% from 631); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBCDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDEF is #443210. Grayscale: #CBCBCB. Windows color (decimal): -4469265 or 15715771. OLE color: 15715771.
HSL color Cylindrical-coordinate representation of color #BBCDEF: hue angle of 219.23º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBCDEF is Cyan = 0.22, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 205 | 239 | - |
| CMYK | 0.22 | 0.14 | 0 | 0.06 |
| HSL | 219.23º | 0.62% | 0.84% | - |
| HSV(B) | 219.23º | 0.22% | 0.94% | - |
| XYZ | 57.9 | 60.46 | 90.28 | - |
| YUV | 203.49 | 148.04 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 239 | 0.22 | 0.14 | 0 | 0.06 | 219.23 | 0.62 | 0.84 |
| Hex | BB | CD | EF | 16 | E | 0 | 6 | DB | 3E | 54 |
| Octal | 273 | 315 | 357 | 26 | 16 | 0 | 6 | 333 | 76 | 124 |
| Binary | 10111011 | 11001101 | 11101111 | 10110 | 1110 | 0 | 110 | 11011011 | 111110 | 1010100 |
Color Harmonies of #BBCDEF
Complementary color
Monochromatic Colors of #BBCDEF
Black with #BBCDEF
Text Example
Text Example
White with #BBCDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDEF; }
p { color: rgb(187,205,239); }
H1.HeaderClassName
{
color: #BBCDEF;
}
.AnyTagClassName
{
color: #BBCDEF;
}
</style>
background-color css
<style>
a { background-color: #BBCDEF; }
a { background-color: rgb(187,205,239); }
div.DivClassName
{
background-color: #BBCDEF;
}
.BgClassName
{
background-color: #BBCDEF;
}
</style>
border-color css
<style>
span { border-color: #BBCDEF; }
span { border-color: rgb(187,205,239); }
td.TdClassName
{
border-color: #BBCDEF;
}
.TagClassName
{
border-color: #BBCDEF;
}
</style>