Shades of Periwinkle #BDC3E8
Tints of Periwinkle #BDC3E8
RGB
CMYK
RGB Variations
Color information
#BDC3E8 (or 0xBDC3E8) is known color: Periwinkle. HEX triplet: BD, C3 and E8. RGB value is (189,195,232). Sum of RGB (Red+Green+Blue) = 189+195+232=616 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.68% from 616); Green value is 195 (76.56% from 255 or 31.66% from 616); Blue value is 232 (91.02% from 255 or 37.66% from 616); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC3E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3E8 is #423C17. Grayscale: #C5C5C5. Windows color (decimal): -4340760 or 15254461. OLE color: 15254461.
HSL color Cylindrical-coordinate representation of color #BDC3E8: hue angle of 231.63º degrees, saturation: 0.48, 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 #BDC3E8 is Cyan = 0.19, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 195 | 232 | - |
| CMYK | 0.19 | 0.16 | 0 | 0.09 |
| HSL | 231.63º | 0.48% | 0.83% | - |
| HSV(B) | 231.63º | 0.19% | 0.91% | - |
| XYZ | 55.07 | 55.68 | 84.19 | - |
| YUV | 197.42 | 147.51 | 121.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 232 | 0.19 | 0.16 | 0 | 0.09 | 231.63 | 0.48 | 0.83 |
| Hex | BD | C3 | E8 | 13 | 10 | 0 | 9 | E8 | 30 | 53 |
| Octal | 275 | 303 | 350 | 23 | 20 | 0 | 11 | 350 | 60 | 123 |
| Binary | 10111101 | 11000011 | 11101000 | 10011 | 10000 | 0 | 1001 | 11101000 | 110000 | 1010011 |
Color Harmonies of #BDC3E8
Complementary color
Monochromatic Colors of #BDC3E8
Black with #BDC3E8
Text Example
Text Example
White with #BDC3E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3E8; }
p { color: rgb(189,195,232); }
H1.HeaderClassName
{
color: #BDC3E8;
}
.AnyTagClassName
{
color: #BDC3E8;
}
</style>
background-color css
<style>
a { background-color: #BDC3E8; }
a { background-color: rgb(189,195,232); }
div.DivClassName
{
background-color: #BDC3E8;
}
.BgClassName
{
background-color: #BDC3E8;
}
</style>
border-color css
<style>
span { border-color: #BDC3E8; }
span { border-color: rgb(189,195,232); }
td.TdClassName
{
border-color: #BDC3E8;
}
.TagClassName
{
border-color: #BDC3E8;
}
</style>