Shades of Periwinkle #BDC3F0
Tints of Periwinkle #BDC3F0
RGB
CMYK
RGB Variations
Color information
#BDC3F0 (or 0xBDC3F0) is known color: Periwinkle. HEX triplet: BD, C3 and F0. RGB value is (189,195,240). Sum of RGB (Red+Green+Blue) = 189+195+240=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 240 (94.14% from 255 or 38.46% from 624); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDC3F0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3F0 is #423C0F. Grayscale: #C6C6C6. Windows color (decimal): -4340752 or 15778749. OLE color: 15778749.
HSL color Cylindrical-coordinate representation of color #BDC3F0: hue angle of 232.94º 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 #BDC3F0 is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 189 | 195 | 240 | - |
| CMYK | 0.21 | 0.19 | 0 | 0.06 |
| HSL | 232.94º | 0.63% | 0.84% | - |
| HSV(B) | 232.94º | 0.21% | 0.94% | - |
| XYZ | 56.23 | 56.14 | 90.31 | - |
| YUV | 198.34 | 151.51 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 195 | 240 | 0.21 | 0.19 | 0 | 0.06 | 232.94 | 0.63 | 0.84 |
| Hex | BD | C3 | F0 | 15 | 13 | 0 | 6 | E9 | 3F | 54 |
| Octal | 275 | 303 | 360 | 25 | 23 | 0 | 6 | 351 | 77 | 124 |
| Binary | 10111101 | 11000011 | 11110000 | 10101 | 10011 | 0 | 110 | 11101001 | 111111 | 1010100 |
Color Harmonies of #BDC3F0
Complementary color
Monochromatic Colors of #BDC3F0
Black with #BDC3F0
Text Example
Text Example
White with #BDC3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC3F0; }
p { color: rgb(189,195,240); }
H1.HeaderClassName
{
color: #BDC3F0;
}
.AnyTagClassName
{
color: #BDC3F0;
}
</style>
background-color css
<style>
a { background-color: #BDC3F0; }
a { background-color: rgb(189,195,240); }
div.DivClassName
{
background-color: #BDC3F0;
}
.BgClassName
{
background-color: #BDC3F0;
}
</style>
border-color css
<style>
span { border-color: #BDC3F0; }
span { border-color: rgb(189,195,240); }
td.TdClassName
{
border-color: #BDC3F0;
}
.TagClassName
{
border-color: #BDC3F0;
}
</style>