Shades of Periwinkle #BDCCEC
Tints of Periwinkle #BDCCEC
RGB
CMYK
RGB Variations
Color information
#BDCCEC (or 0xBDCCEC) is known color: Periwinkle. HEX triplet: BD, CC and EC. RGB value is (189,204,236). Sum of RGB (Red+Green+Blue) = 189+204+236=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 236 (92.58% from 255 or 37.52% from 629); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDCCEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCCEC is #423313. Grayscale: #CBCBCB. Windows color (decimal): -4338452 or 15518909. OLE color: 15518909.
HSL color Cylindrical-coordinate representation of color #BDCCEC: hue angle of 220.85º 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 #BDCCEC is Cyan = 0.20, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 204 | 236 | - |
| CMYK | 0.20 | 0.14 | 0 | 0.07 |
| HSL | 220.85º | 0.55% | 0.83% | - |
| HSV(B) | 220.85º | 0.2% | 0.93% | - |
| XYZ | 57.72 | 60.06 | 87.91 | - |
| YUV | 203.16 | 146.53 | 117.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 204 | 236 | 0.20 | 0.14 | 0 | 0.07 | 220.85 | 0.55 | 0.83 |
| Hex | BD | CC | EC | 14 | E | 0 | 7 | DD | 37 | 53 |
| Octal | 275 | 314 | 354 | 24 | 16 | 0 | 7 | 335 | 67 | 123 |
| Binary | 10111101 | 11001100 | 11101100 | 10100 | 1110 | 0 | 111 | 11011101 | 110111 | 1010011 |
Color Harmonies of #BDCCEC
Complementary color
Monochromatic Colors of #BDCCEC
Black with #BDCCEC
Text Example
Text Example
White with #BDCCEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCCEC; }
p { color: rgb(189,204,236); }
H1.HeaderClassName
{
color: #BDCCEC;
}
.AnyTagClassName
{
color: #BDCCEC;
}
</style>
background-color css
<style>
a { background-color: #BDCCEC; }
a { background-color: rgb(189,204,236); }
div.DivClassName
{
background-color: #BDCCEC;
}
.BgClassName
{
background-color: #BDCCEC;
}
</style>
border-color css
<style>
span { border-color: #BDCCEC; }
span { border-color: rgb(189,204,236); }
td.TdClassName
{
border-color: #BDCCEC;
}
.TagClassName
{
border-color: #BDCCEC;
}
</style>