Shades of Periwinkle #BDC4E9
Tints of Periwinkle #BDC4E9
RGB
CMYK
RGB Variations
Color information
#BDC4E9 (or 0xBDC4E9) is known color: Periwinkle. HEX triplet: BD, C4 and E9. RGB value is (189,196,233). Sum of RGB (Red+Green+Blue) = 189+196+233=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 196 (76.95% from 255 or 31.72% from 618); Blue value is 233 (91.41% from 255 or 37.70% from 618); Max value from RGB is 233 - color contains mainly: blue. Hex color #BDC4E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC4E9 is #423B16. Grayscale: #C5C5C5. Windows color (decimal): -4340503 or 15320253. OLE color: 15320253.
HSL color Cylindrical-coordinate representation of color #BDC4E9: hue angle of 230.45º degrees, saturation: 0.5, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BDC4E9 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 196 | 233 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.09 |
| HSL | 230.45º | 0.5% | 0.83% | - |
| HSV(B) | 230.45º | 0.19% | 0.91% | - |
| XYZ | 55.43 | 56.18 | 85.01 | - |
| YUV | 198.13 | 147.68 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 196 | 233 | 0.19 | 0.16 | 0 | 0.09 | 230.45 | 0.5 | 0.83 |
| Hex | BD | C4 | E9 | 13 | 10 | 0 | 9 | E6 | 32 | 53 |
| Octal | 275 | 304 | 351 | 23 | 20 | 0 | 11 | 346 | 62 | 123 |
| Binary | 10111101 | 11000100 | 11101001 | 10011 | 10000 | 0 | 1001 | 11100110 | 110010 | 1010011 |
Color Harmonies of #BDC4E9
Complementary color
Monochromatic Colors of #BDC4E9
Black with #BDC4E9
Text Example
Text Example
White with #BDC4E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC4E9; }
p { color: rgb(189,196,233); }
H1.HeaderClassName
{
color: #BDC4E9;
}
.AnyTagClassName
{
color: #BDC4E9;
}
</style>
background-color css
<style>
a { background-color: #BDC4E9; }
a { background-color: rgb(189,196,233); }
div.DivClassName
{
background-color: #BDC4E9;
}
.BgClassName
{
background-color: #BDC4E9;
}
</style>
border-color css
<style>
span { border-color: #BDC4E9; }
span { border-color: rgb(189,196,233); }
td.TdClassName
{
border-color: #BDC4E9;
}
.TagClassName
{
border-color: #BDC4E9;
}
</style>