Shades of Periwinkle #BDC5F0
Tints of Periwinkle #BDC5F0
RGB
CMYK
RGB Variations
Color information
#BDC5F0 (or 0xBDC5F0) is known color: Periwinkle. HEX triplet: BD, C5 and F0. RGB value is (189,197,240). Sum of RGB (Red+Green+Blue) = 189+197+240=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 240 (94.14% from 255 or 38.34% from 626); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDC5F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F0 is #423A0F. Grayscale: #C7C7C7. Windows color (decimal): -4340240 or 15779261. OLE color: 15779261.
HSL color Cylindrical-coordinate representation of color #BDC5F0: hue angle of 230.59º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDC5F0 is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 197 | 240 | - |
| CMYK | 0.21 | 0.18 | 0 | 0.06 |
| HSL | 230.59º | 0.63% | 0.84% | - |
| HSV(B) | 230.59º | 0.21% | 0.94% | - |
| XYZ | 56.68 | 57.04 | 90.46 | - |
| YUV | 199.51 | 150.85 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 197 | 240 | 0.21 | 0.18 | 0 | 0.06 | 230.59 | 0.63 | 0.84 |
| Hex | BD | C5 | F0 | 15 | 12 | 0 | 6 | E7 | 3F | 54 |
| Octal | 275 | 305 | 360 | 25 | 22 | 0 | 6 | 347 | 77 | 124 |
| Binary | 10111101 | 11000101 | 11110000 | 10101 | 10010 | 0 | 110 | 11100111 | 111111 | 1010100 |
Color Harmonies of #BDC5F0
Complementary color
Monochromatic Colors of #BDC5F0
Black with #BDC5F0
Text Example
Text Example
White with #BDC5F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC5F0; }
p { color: rgb(189,197,240); }
H1.HeaderClassName
{
color: #BDC5F0;
}
.AnyTagClassName
{
color: #BDC5F0;
}
</style>
background-color css
<style>
a { background-color: #BDC5F0; }
a { background-color: rgb(189,197,240); }
div.DivClassName
{
background-color: #BDC5F0;
}
.BgClassName
{
background-color: #BDC5F0;
}
</style>
border-color css
<style>
span { border-color: #BDC5F0; }
span { border-color: rgb(189,197,240); }
td.TdClassName
{
border-color: #BDC5F0;
}
.TagClassName
{
border-color: #BDC5F0;
}
</style>