Shades of Periwinkle #BDC5E8
Tints of Periwinkle #BDC5E8
RGB
CMYK
RGB Variations
Color information
#BDC5E8 (or 0xBDC5E8) is known color: Periwinkle. HEX triplet: BD, C5 and E8. RGB value is (189,197,232). Sum of RGB (Red+Green+Blue) = 189+197+232=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 197 (77.34% from 255 or 31.88% from 618); Blue value is 232 (91.02% from 255 or 37.54% from 618); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDC5E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5E8 is #423A17. Grayscale: #C6C6C6. Windows color (decimal): -4340248 or 15254973. OLE color: 15254973.
HSL color Cylindrical-coordinate representation of color #BDC5E8: hue angle of 228.84º 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 #BDC5E8 is Cyan = 0.19, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 189 | 197 | 232 | - |
| CMYK | 0.19 | 0.15 | 0 | 0.09 |
| HSL | 228.84º | 0.48% | 0.83% | - |
| HSV(B) | 228.84º | 0.19% | 0.91% | - |
| XYZ | 55.52 | 56.58 | 84.34 | - |
| YUV | 198.6 | 146.85 | 121.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 232 | 0.19 | 0.15 | 0 | 0.09 | 228.84 | 0.48 | 0.83 |
| Hex | BD | C5 | E8 | 13 | F | 0 | 9 | E5 | 30 | 53 |
| Octal | 275 | 305 | 350 | 23 | 17 | 0 | 11 | 345 | 60 | 123 |
| Binary | 10111101 | 11000101 | 11101000 | 10011 | 1111 | 0 | 1001 | 11100101 | 110000 | 1010011 |
Color Harmonies of #BDC5E8
Complementary color
Monochromatic Colors of #BDC5E8
Black with #BDC5E8
Text Example
Text Example
White with #BDC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5E8; }
p { color: rgb(189,197,232); }
H1.HeaderClassName
{
color: #BDC5E8;
}
.AnyTagClassName
{
color: #BDC5E8;
}
</style>
background-color css
<style>
a { background-color: #BDC5E8; }
a { background-color: rgb(189,197,232); }
div.DivClassName
{
background-color: #BDC5E8;
}
.BgClassName
{
background-color: #BDC5E8;
}
</style>
border-color css
<style>
span { border-color: #BDC5E8; }
span { border-color: rgb(189,197,232); }
td.TdClassName
{
border-color: #BDC5E8;
}
.TagClassName
{
border-color: #BDC5E8;
}
</style>