Shades of Periwinkle #BDCEEC
Tints of Periwinkle #BDCEEC
RGB
CMYK
RGB Variations
Color information
#BDCEEC (or 0xBDCEEC) is known color: Periwinkle. HEX triplet: BD, CE and EC. RGB value is (189,206,236). Sum of RGB (Red+Green+Blue) = 189+206+236=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 206 (80.86% from 255 or 32.65% from 631); Blue value is 236 (92.58% from 255 or 37.40% from 631); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDCEEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCEEC is #423113. Grayscale: #CCCCCC. Windows color (decimal): -4337940 or 15519421. OLE color: 15519421.
HSL color Cylindrical-coordinate representation of color #BDCEEC: hue angle of 218.3º 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 #BDCEEC is Cyan = 0.20, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 206 | 236 | - |
| CMYK | 0.20 | 0.13 | 0 | 0.07 |
| HSL | 218.3º | 0.55% | 0.83% | - |
| HSV(B) | 218.3º | 0.2% | 0.93% | - |
| XYZ | 58.2 | 61.02 | 88.07 | - |
| YUV | 204.34 | 145.87 | 117.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 206 | 236 | 0.20 | 0.13 | 0 | 0.07 | 218.3 | 0.55 | 0.83 |
| Hex | BD | CE | EC | 14 | D | 0 | 7 | DA | 37 | 53 |
| Octal | 275 | 316 | 354 | 24 | 15 | 0 | 7 | 332 | 67 | 123 |
| Binary | 10111101 | 11001110 | 11101100 | 10100 | 1101 | 0 | 111 | 11011010 | 110111 | 1010011 |
Color Harmonies of #BDCEEC
Complementary color
Monochromatic Colors of #BDCEEC
Black with #BDCEEC
Text Example
Text Example
White with #BDCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCEEC; }
p { color: rgb(189,206,236); }
H1.HeaderClassName
{
color: #BDCEEC;
}
.AnyTagClassName
{
color: #BDCEEC;
}
</style>
background-color css
<style>
a { background-color: #BDCEEC; }
a { background-color: rgb(189,206,236); }
div.DivClassName
{
background-color: #BDCEEC;
}
.BgClassName
{
background-color: #BDCEEC;
}
</style>
border-color css
<style>
span { border-color: #BDCEEC; }
span { border-color: rgb(189,206,236); }
td.TdClassName
{
border-color: #BDCEEC;
}
.TagClassName
{
border-color: #BDCEEC;
}
</style>