Shades of Periwinkle #BDC6F6
Tints of Periwinkle #BDC6F6
RGB
CMYK
RGB Variations
Color information
#BDC6F6 (or 0xBDC6F6) is known color: Periwinkle. HEX triplet: BD, C6 and F6. RGB value is (189,198,246). Sum of RGB (Red+Green+Blue) = 189+198+246=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 198 (77.73% from 255 or 31.28% from 633); Blue value is 246 (96.48% from 255 or 38.86% from 633); Max value from RGB is 246 - color contains mainly: blue. Hex color #BDC6F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6F6 is #423909. Grayscale: #C8C8C8. Windows color (decimal): -4339978 or 16172733. OLE color: 16172733.
HSL color Cylindrical-coordinate representation of color #BDC6F6: hue angle of 230.53º degrees, saturation: 0.76, 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 #BDC6F6 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 189 | 198 | 246 | - |
| CMYK | 0.23 | 0.20 | 0 | 0.04 |
| HSL | 230.53º | 0.76% | 0.85% | - |
| HSV(B) | 230.53º | 0.23% | 0.96% | - |
| XYZ | 57.81 | 57.86 | 95.31 | - |
| YUV | 200.78 | 153.52 | 119.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 198 | 246 | 0.23 | 0.20 | 0 | 0.04 | 230.53 | 0.76 | 0.85 |
| Hex | BD | C6 | F6 | 17 | 14 | 0 | 4 | E7 | 4C | 55 |
| Octal | 275 | 306 | 366 | 27 | 24 | 0 | 4 | 347 | 114 | 125 |
| Binary | 10111101 | 11000110 | 11110110 | 10111 | 10100 | 0 | 100 | 11100111 | 1001100 | 1010101 |
Color Harmonies of #BDC6F6
Complementary color
Monochromatic Colors of #BDC6F6
Black with #BDC6F6
Text Example
Text Example
White with #BDC6F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BDC6F6; }
p { color: rgb(189,198,246); }
H1.HeaderClassName
{
color: #BDC6F6;
}
.AnyTagClassName
{
color: #BDC6F6;
}
</style>
background-color css
<style>
a { background-color: #BDC6F6; }
a { background-color: rgb(189,198,246); }
div.DivClassName
{
background-color: #BDC6F6;
}
.BgClassName
{
background-color: #BDC6F6;
}
</style>
border-color css
<style>
span { border-color: #BDC6F6; }
span { border-color: rgb(189,198,246); }
td.TdClassName
{
border-color: #BDC6F6;
}
.TagClassName
{
border-color: #BDC6F6;
}
</style>