Shades of Periwinkle #BDCFEC
Tints of Periwinkle #BDCFEC
RGB
CMYK
RGB Variations
Color information
#BDCFEC (or 0xBDCFEC) is known color: Periwinkle. HEX triplet: BD, CF and EC. RGB value is (189,207,236). Sum of RGB (Red+Green+Blue) = 189+207+236=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 207 (81.25% from 255 or 32.75% from 632); Blue value is 236 (92.58% from 255 or 37.34% from 632); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDCFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDCFEC is #423013. Grayscale: #CCCCCC. Windows color (decimal): -4337684 or 15519677. OLE color: 15519677.
HSL color Cylindrical-coordinate representation of color #BDCFEC: hue angle of 217.02º 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 #BDCFEC is Cyan = 0.20, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 189 | 207 | 236 | - |
CMYK | 0.20 | 0.12 | 0 | 0.07 |
HSL | 217.02º | 0.55% | 0.83% | - |
HSV(B) | 217.02º | 0.2% | 0.93% | - |
XYZ | 58.44 | 61.5 | 88.15 | - |
YUV | 204.92 | 145.54 | 116.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 189 | 207 | 236 | 0.20 | 0.12 | 0 | 0.07 | 217.02 | 0.55 | 0.83 |
Hex | BD | CF | EC | 14 | C | 0 | 7 | D9 | 37 | 53 |
Octal | 275 | 317 | 354 | 24 | 14 | 0 | 7 | 331 | 67 | 123 |
Binary | 10111101 | 11001111 | 11101100 | 10100 | 1100 | 0 | 111 | 11011001 | 110111 | 1010011 |
Color Harmonies of #BDCFEC
Complementary color
Monochromatic Colors of #BDCFEC
Black with #BDCFEC
Text Example
Text Example
White with #BDCFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDCFEC; }
p { color: rgb(189,207,236); }
H1.HeaderClassName
{
color: #BDCFEC;
}
.AnyTagClassName
{
color: #BDCFEC;
}
</style>
background-color css
<style>
a { background-color: #BDCFEC; }
a { background-color: rgb(189,207,236); }
div.DivClassName
{
background-color: #BDCFEC;
}
.BgClassName
{
background-color: #BDCFEC;
}
</style>
border-color css
<style>
span { border-color: #BDCFEC; }
span { border-color: rgb(189,207,236); }
td.TdClassName
{
border-color: #BDCFEC;
}
.TagClassName
{
border-color: #BDCFEC;
}
</style>