Shades of Periwinkle #BDCDEC
Tints of Periwinkle #BDCDEC
RGB
CMYK
RGB Variations
Color information
#BDCDEC (or 0xBDCDEC) is known color: Periwinkle. HEX triplet: BD, CD and EC. RGB value is (189,205,236). Sum of RGB (Red+Green+Blue) = 189+205+236=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 205 (80.47% from 255 or 32.54% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDCDEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCDEC is #423213. Grayscale: #CBCBCB. Windows color (decimal): -4338196 or 15519165. OLE color: 15519165.
HSL color Cylindrical-coordinate representation of color #BDCDEC: hue angle of 219.57º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDCDEC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 205 | 236 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.07 |
| HSL | 219.57º | 0.55% | 0.83% | - |
| HSV(B) | 219.57º | 0.2% | 0.93% | - |
| XYZ | 57.96 | 60.54 | 87.99 | - |
| YUV | 203.75 | 146.2 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 205 | 236 | 0.20 | 0.13 | 0 | 0.07 | 219.57 | 0.55 | 0.83 |
| Hex | BD | CD | EC | 14 | D | 0 | 7 | DC | 37 | 53 |
| Octal | 275 | 315 | 354 | 24 | 15 | 0 | 7 | 334 | 67 | 123 |
| Binary | 10111101 | 11001101 | 11101100 | 10100 | 1101 | 0 | 111 | 11011100 | 110111 | 1010011 |
Color Harmonies of #BDCDEC
Complementary color
Monochromatic Colors of #BDCDEC
Black with #BDCDEC
Text Example
Text Example
White with #BDCDEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCDEC; }
p { color: rgb(189,205,236); }
H1.HeaderClassName
{
color: #BDCDEC;
}
.AnyTagClassName
{
color: #BDCDEC;
}
</style>
background-color css
<style>
a { background-color: #BDCDEC; }
a { background-color: rgb(189,205,236); }
div.DivClassName
{
background-color: #BDCDEC;
}
.BgClassName
{
background-color: #BDCDEC;
}
</style>
border-color css
<style>
span { border-color: #BDCDEC; }
span { border-color: rgb(189,205,236); }
td.TdClassName
{
border-color: #BDCDEC;
}
.TagClassName
{
border-color: #BDCDEC;
}
</style>