Shades of Periwinkle #BDC3ED
Tints of Periwinkle #BDC3ED
RGB
CMYK
RGB Variations
Color information
#BDC3ED (or 0xBDC3ED) is known color: Periwinkle. HEX triplet: BD, C3 and ED. RGB value is (189,195,237). Sum of RGB (Red+Green+Blue) = 189+195+237=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 195 (76.56% from 255 or 31.40% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDC3ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3ED is #423C12. Grayscale: #C5C5C5. Windows color (decimal): -4340755 or 15582141. OLE color: 15582141.
HSL color Cylindrical-coordinate representation of color #BDC3ED: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDC3ED is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 189 | 195 | 237 | - |
| CMYK | 0.20 | 0.18 | 0 | 0.07 |
| HSL | 232.5º | 0.57% | 0.84% | - |
| HSV(B) | 232.5º | 0.2% | 0.93% | - |
| XYZ | 55.79 | 55.96 | 87.98 | - |
| YUV | 197.99 | 150.01 | 121.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 237 | 0.20 | 0.18 | 0 | 0.07 | 232.5 | 0.57 | 0.84 |
| Hex | BD | C3 | ED | 14 | 12 | 0 | 7 | E8 | 39 | 54 |
| Octal | 275 | 303 | 355 | 24 | 22 | 0 | 7 | 350 | 71 | 124 |
| Binary | 10111101 | 11000011 | 11101101 | 10100 | 10010 | 0 | 111 | 11101000 | 111001 | 1010100 |
Color Harmonies of #BDC3ED
Complementary color
Monochromatic Colors of #BDC3ED
Black with #BDC3ED
Text Example
Text Example
White with #BDC3ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3ED; }
p { color: rgb(189,195,237); }
H1.HeaderClassName
{
color: #BDC3ED;
}
.AnyTagClassName
{
color: #BDC3ED;
}
</style>
background-color css
<style>
a { background-color: #BDC3ED; }
a { background-color: rgb(189,195,237); }
div.DivClassName
{
background-color: #BDC3ED;
}
.BgClassName
{
background-color: #BDC3ED;
}
</style>
border-color css
<style>
span { border-color: #BDC3ED; }
span { border-color: rgb(189,195,237); }
td.TdClassName
{
border-color: #BDC3ED;
}
.TagClassName
{
border-color: #BDC3ED;
}
</style>