Shades of Periwinkle #BDC6F4
Tints of Periwinkle #BDC6F4
RGB
CMYK
RGB Variations
Color information
#BDC6F4 (or 0xBDC6F4) is known color: Periwinkle. HEX triplet: BD, C6 and F4. RGB value is (189,198,244). Sum of RGB (Red+Green+Blue) = 189+198+244=631 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.95% from 631); Green value is 198 (77.73% from 255 or 31.38% from 631); Blue value is 244 (95.70% from 255 or 38.67% from 631); Max value from RGB is 244 - color contains mainly: blue. Hex color #BDC6F4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6F4 is #42390B. Grayscale: #C8C8C8. Windows color (decimal): -4339980 or 16041661. OLE color: 16041661.
HSL color Cylindrical-coordinate representation of color #BDC6F4: hue angle of 230.18º degrees, saturation: 0.71, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC6F4 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 198 | 244 | - |
| CMYK | 0.23 | 0.19 | 0 | 0.04 |
| HSL | 230.18º | 0.71% | 0.85% | - |
| HSV(B) | 230.18º | 0.23% | 0.96% | - |
| XYZ | 57.51 | 57.74 | 93.7 | - |
| YUV | 200.55 | 152.52 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 244 | 0.23 | 0.19 | 0 | 0.04 | 230.18 | 0.71 | 0.85 |
| Hex | BD | C6 | F4 | 17 | 13 | 0 | 4 | E6 | 47 | 55 |
| Octal | 275 | 306 | 364 | 27 | 23 | 0 | 4 | 346 | 107 | 125 |
| Binary | 10111101 | 11000110 | 11110100 | 10111 | 10011 | 0 | 100 | 11100110 | 1000111 | 1010101 |
Color Harmonies of #BDC6F4
Complementary color
Monochromatic Colors of #BDC6F4
Black with #BDC6F4
Text Example
Text Example
White with #BDC6F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6F4; }
p { color: rgb(189,198,244); }
H1.HeaderClassName
{
color: #BDC6F4;
}
.AnyTagClassName
{
color: #BDC6F4;
}
</style>
background-color css
<style>
a { background-color: #BDC6F4; }
a { background-color: rgb(189,198,244); }
div.DivClassName
{
background-color: #BDC6F4;
}
.BgClassName
{
background-color: #BDC6F4;
}
</style>
border-color css
<style>
span { border-color: #BDC6F4; }
span { border-color: rgb(189,198,244); }
td.TdClassName
{
border-color: #BDC6F4;
}
.TagClassName
{
border-color: #BDC6F4;
}
</style>