Shades of Periwinkle #BBCDEC
Tints of Periwinkle #BBCDEC
RGB
CMYK
RGB Variations
Color information
#BBCDEC (or 0xBBCDEC) is known color: Periwinkle. HEX triplet: BB, CD and EC. RGB value is (187,205,236). Sum of RGB (Red+Green+Blue) = 187+205+236=628 (83% of max value = 765). Red value is 187 (73.44% from 255 or 29.78% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 236 (92.58% from 255 or 37.58% from 628); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBCDEC is #443213. Grayscale: #CBCBCB. Windows color (decimal): -4469268 or 15519163. OLE color: 15519163.
HSL color Cylindrical-coordinate representation of color #BBCDEC: hue angle of 217.96º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBCDEC is Cyan = 0.21, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 205 | 236 | - |
| CMYK | 0.21 | 0.13 | 0 | 0.07 |
| HSL | 217.96º | 0.56% | 0.83% | - |
| HSV(B) | 217.96º | 0.21% | 0.93% | - |
| XYZ | 57.47 | 60.28 | 87.96 | - |
| YUV | 203.15 | 146.54 | 116.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 205 | 236 | 0.21 | 0.13 | 0 | 0.07 | 217.96 | 0.56 | 0.83 |
| Hex | BB | CD | EC | 15 | D | 0 | 7 | DA | 38 | 53 |
| Octal | 273 | 315 | 354 | 25 | 15 | 0 | 7 | 332 | 70 | 123 |
| Binary | 10111011 | 11001101 | 11101100 | 10101 | 1101 | 0 | 111 | 11011010 | 111000 | 1010011 |
Color Harmonies of #BBCDEC
Complementary color
Monochromatic Colors of #BBCDEC
Black with #BBCDEC
Text Example
Text Example
White with #BBCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCDEC; }
p { color: rgb(187,205,236); }
H1.HeaderClassName
{
color: #BBCDEC;
}
.AnyTagClassName
{
color: #BBCDEC;
}
</style>
background-color css
<style>
a { background-color: #BBCDEC; }
a { background-color: rgb(187,205,236); }
div.DivClassName
{
background-color: #BBCDEC;
}
.BgClassName
{
background-color: #BBCDEC;
}
</style>
border-color css
<style>
span { border-color: #BBCDEC; }
span { border-color: rgb(187,205,236); }
td.TdClassName
{
border-color: #BBCDEC;
}
.TagClassName
{
border-color: #BBCDEC;
}
</style>